ode-toolbox

ODE integration tools
git clone https://git.0xfab.ch/ode-toolbox.git
Log | Files | Refs | README | LICENSE

commit 6c3e9d54b09fdc56b755dd2c0d11474f54362011
parent b405ac12b8f10ee58761ebbe97754cfebb41d53a
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Sun, 31 Jan 2021 23:45:29 +0100

Fix wrong variable name

Diffstat:
Mtest/orderVerification/meson.build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/orderVerification/meson.build b/test/orderVerification/meson.build @@ -1,4 +1,4 @@ exec = executable('orderVerification', 'orderVerification.cpp', - dependencies: deps) + dependencies: ode_toolbox_dep) test('order_verification', exec, args: ['-ts_tend', '10'])