From 4641463fe4f9323ec76035bbbe89ea5d0c91522f Mon Sep 17 00:00:00 2001 From: Richard Thomson Date: Tue, 30 Sep 2025 12:28:02 -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