From 9059a24c2337e09744b7b553ca0fbb126ed08338 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 20 Feb 2024 10:55:15 -0500 Subject: [PATCH] Fix MATSIZE --- src/lyapunov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lyapunov.c b/src/lyapunov.c index ced9ac3..8cf2e56 100644 --- a/src/lyapunov.c +++ b/src/lyapunov.c @@ -21,7 +21,7 @@ limitations under the License. #include #include -#define MATSIZE (K1*(2*(K2+1)+K2)) +#define MATSIZE (K1*(2*K2+1)+K2) // compute Lyapunov exponents int lyapunov(