diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-26 11:17:08 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-26 11:17:08 +0800 |
commit | 2760364f39688437437beb94215e3690ecc1c02a (patch) | |
tree | df8e9b93f63b0511771d8d4ba05051ffca755d94 /fg21sim/configs/10-galactic.conf.spec | |
parent | f6f7ce980797187aed031ae7979be2bf17f82429 (diff) | |
download | fg21sim-2760364f39688437437beb94215e3690ecc1c02a.tar.bz2 |
configs: Remove option "save"; all enabled components will be saved
Diffstat (limited to 'fg21sim/configs/10-galactic.conf.spec')
-rw-r--r-- | fg21sim/configs/10-galactic.conf.spec | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec index 116586f..8d3ee77 100644 --- a/fg21sim/configs/10-galactic.conf.spec +++ b/fg21sim/configs/10-galactic.conf.spec @@ -45,8 +45,6 @@ # Filename prefix for this component prefix = string(default="gsync") - # Whether save this component to disk - save = boolean(default=True) # Output directory to save the simulated results output_dir = string(default=None) @@ -81,8 +79,6 @@ # Filename prefix for this component prefix = string(default="gfree") - # Whether save this component to disk - save = boolean(default=True) # Output directory to save the simulated results output_dir = string(default=None) @@ -100,7 +96,5 @@ # Filename prefix for this component prefix = string(default="gsnr") - # Whether save this component to disk - save = boolean(default=True) # Output directory to save the simulated results output_dir = string(default=None) |