From c97976e47839fe3c9897338de0740d309166b9ef Mon Sep 17 00:00:00 2001 From: ak643du Date: Mon, 4 Mar 2024 14:48:32 +0100 Subject: [PATCH] Initialization --- cv3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv3/program.c b/cv3/program.c index 0da7f19..0aea8e7 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -1,6 +1,6 @@ #include -#define SIZE 10 +#define SIZE 100 int main() { double coefs[SIZE] = {0.0};