aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/galactic
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-08-27 13:10:52 +0800
committerAaron LI <aly@aaronly.me>2017-08-27 13:10:52 +0800
commit3ab87a73ff91fcc0cc33fb9dc43c77589b212498 (patch)
treea51a01b41e43983283d7b0f59f5e72dae8033f3e /fg21sim/galactic
parentecccf73e762c8411d9dbeb8dc228192152c6a5f4 (diff)
downloadfg21sim-3ab87a73ff91fcc0cc33fb9dc43c77589b212498.tar.bz2
freefree.py: Fix bug: "comp" -> "compID"
Diffstat (limited to 'fg21sim/galactic')
-rw-r--r--fg21sim/galactic/freefree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/galactic/freefree.py b/fg21sim/galactic/freefree.py
index f14d9a7..19c47d7 100644
--- a/fg21sim/galactic/freefree.py
+++ b/fg21sim/galactic/freefree.py
@@ -57,7 +57,7 @@ class FreeFree:
TODO
"""
# Component name
- comp = "galactic/freefree"
+ compID = "galactic/freefree"
name = "Galactic free-free"
def __init__(self, configs):