From 65552ae95616f9f80ba909270fc5c3798606ba8e Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Wed, 18 Sep 2024 15:32:57 +0200 Subject: [PATCH] small improvements --- examples/plot_cl_cd2.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_cl_cd2.jl b/examples/plot_cl_cd2.jl index 66f5e90a..cf142766 100644 --- a/examples/plot_cl_cd2.jl +++ b/examples/plot_cl_cd2.jl @@ -26,7 +26,7 @@ V_WIND = 10 # the following values can be changed to match your interest dt = 0.05 set.solver="DFBDF" # IDA or DFBDF -STEPS = 600 +STEPS = 680 PLOT = true PRINT = true STATISTIC = false