Skip to content

Commit 2215db1

Browse files
Update celldevs_examples.sh
1 parent cf3bdab commit 2215db1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

celldevs_examples.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
echo Running asymmetric Cell-DEVS example...
2-
cd example/celldevs_asymm_sir || exit
3-
../../bin/main_asymm_sir config.json
4-
cd ../..
5-
echo Simulation done. Results are available in example/celldevs_asymm_sir/log.csv
2+
cd example/celldevs_sir || exit
3+
../../bin/main_asymm_sir asymm_config.json
4+
echo Simulation done. Results are available in example/celldevs_sir/log_asymm_sir.csv
65

7-
echo Running classic Cell-DEVS example...
8-
cd example/celldevs_grid_sir || exit
9-
../../bin/main_grid_sir config.json
6+
echo Running grid Cell-DEVS example...
7+
../../bin/main_grid_sir grid_config.json
108
cd ../..
11-
echo Simulation done. Results are available in example/celldevs_grid_sir/log.csv
9+
echo Simulation done. Results are available in example/celldevs_sir/log_grid_sir.csv

0 commit comments

Comments
 (0)