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/galactic | |
parent | f6f7ce980797187aed031ae7979be2bf17f82429 (diff) | |
download | fg21sim-2760364f39688437437beb94215e3690ecc1c02a.tar.bz2 |
configs: Remove option "save"; all enabled components will be saved
Diffstat (limited to 'fg21sim/galactic')
-rw-r--r-- | fg21sim/galactic/synchrotron.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fg21sim/galactic/synchrotron.py b/fg21sim/galactic/synchrotron.py index 9f89217..0f89a99 100644 --- a/fg21sim/galactic/synchrotron.py +++ b/fg21sim/galactic/synchrotron.py @@ -59,7 +59,6 @@ class Synchrotron: self.lmin = self.configs.getn(comp+"/lmin") self.lmax = self.configs.getn(comp+"/lmax") self.prefix = self.configs.getn(comp+"/prefix") - self.save = self.configs.getn(comp+"/save") self.output_dir = self.configs.get_path(comp+"/output_dir") # output self.filename_pattern = self.configs.getn("output/filename_pattern") |