Print index of lyapunov exponent
This commit is contained in:
@@ -162,7 +162,7 @@ int lyapunov(
|
||||
|
||||
// print
|
||||
for(i=0; i<MATSIZE; i++){
|
||||
printf("% .15e % .15e % .15e\n",time, lyapunov[i], lyapunov_avg[i]);
|
||||
printf("% .15e %3d % .15e % .15e\n",time, i, lyapunov[i], lyapunov_avg[i]);
|
||||
}
|
||||
printf("\n");
|
||||
fprintf(stderr,"% .15e\n",time);
|
||||
|
||||
Reference in New Issue
Block a user