Skip to content

Commit

Permalink
Added a method to run the simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Jul 11, 2023
1 parent da1b808 commit bb4c88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cormas-OpenMole/CMAbstractModel.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ CMAbstractModel class >> runOpenMoleSimulation [
initializeSimulation;
yourself.

"TODO: Move this number into the input file!!"
10 timesRepeat: [ model runStep ].
model simulationManager runSimulation.
model saveProbesToJson: outputFile.


]
Expand Down

0 comments on commit bb4c88e

Please sign in to comment.