Skip to content

Commit

Permalink
Fix the restoration of simulations from files
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitgaudou committed May 5, 2022
1 parent 6e78ecd commit dd33b00
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 216 deletions.
Expand Up @@ -31,7 +31,7 @@ experiment saveSimu type: gui {

experiment reloadSimu type: gui {

init {
action _init_ {
create simulation from: saved_simulation_file("saveSimu.gsim");
write "init simulation at step " + simulation.cycle;
}
Expand Down

0 comments on commit dd33b00

Please sign in to comment.