diff --git a/src/lyapunov.c b/src/lyapunov.c index 9f587d5..d04087a 100644 --- a/src/lyapunov.c +++ b/src/lyapunov.c @@ -132,6 +132,12 @@ int lyapunov( lyapunov_avg[i]=lyapunov_avg[i]*prevtime/time+lyapunov[i]*(time-prevtime)/time; } + // print + for(i=0; i