File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
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
6
5
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
10
8
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
You can’t perform that action at this time.
0 commit comments