diff options
Diffstat (limited to 'Project/PropertiesData.h')
-rw-r--r-- | Project/PropertiesData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/PropertiesData.h b/Project/PropertiesData.h index 4c8d2c9..634e60e 100644 --- a/Project/PropertiesData.h +++ b/Project/PropertiesData.h @@ -29,6 +29,7 @@ struct SimulationData { int stabilityMaxIterations = 100; int controlTimeStepRatio = 10; double plotTime = 1e-2; + bool useCOI = true; }; struct GeneralData { |