Fix MATSIZE
This commit is contained in:
parent
f9171aa355
commit
9059a24c23
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user