From e60942428eb923de41f58509ac1c9786927a72e5 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 14 Apr 2026 11:49:54 -0400 Subject: [PATCH] Print index of lyapunov exponent --- README.md | 2 +- src/lyapunov.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e160331..2cfa7e0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The available commands are * `lyapunov`: to compute the Lyapunov exponents. This command prints ``` - time instantaneous_lyapunov lyapunov + time index instantaneous_lyapunov lyapunov ``` where `instantaneous_lyapunov` is computed from the tangent flow only between the given time and the previous one. diff --git a/src/lyapunov.c b/src/lyapunov.c index b041a83..7ff74f5 100644 --- a/src/lyapunov.c +++ b/src/lyapunov.c @@ -162,7 +162,7 @@ int lyapunov( // print for(i=0; i