Fix MATSIZE

This commit is contained in:
Ian Jauslin 2024-02-20 10:55:15 -05:00
parent f9171aa355
commit 9059a24c23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ limitations under the License.
#include <math.h>
#include <stdlib.h>
#define MATSIZE (K1*(2*(K2+1)+K2))
#define MATSIZE (K1*(2*K2+1)+K2)
// compute Lyapunov exponents
int lyapunov(