Skip to content

Commit 16abe8b

Browse files
committed
Fixes #153 Replaces non-standard NumberOfIntervals
NumbersOfIntervals = 5000 StopTime = 40 Interval = 40/5000 = 0.008
1 parent 7491ddb commit 16abe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModelicaByExample/Subsystems/LotkaVolterra/Examples/UnconnectedPopulations.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ model UnconnectedPopulations "Several unconnected regional populations"
88
annotation (Placement(transformation(extent={{-10,-40},{10,-20}})));
99
Components.TwoSpecies D "Region D"
1010
annotation (Placement(transformation(extent={{-10,-100},{10,-80}})));
11-
annotation (experiment(StopTime=40, NumberOfIntervals=5000));
11+
annotation (experiment(StopTime=40, Intervals=0.008));
1212
end UnconnectedPopulations;

0 commit comments

Comments
 (0)