From d577f19609e5ae36ae36355e1237550aca492623 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 30 Sep 2025 16:48:10 -0600 Subject: [PATCH] Use x.data instead of x.begin when doing pointer arithmetic Fixes #93 --- examples/chaotic_system.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chaotic_system.cpp b/examples/chaotic_system.cpp index 9549cad6..e9bcc532 100644 --- a/examples/chaotic_system.cpp +++ b/examples/chaotic_system.cpp @@ -61,8 +61,8 @@ void lorenz_with_lyap( const state_type &x , state_type &dxdt , double t ) for( size_t l=0 ; l