diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-05-21 16:41:39 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-05-21 16:41:39 +0800 |
commit | 61631717e800889910ff261d2cf87c036466f914 (patch) | |
tree | 31487a8a0e7f3e11d9cd618a4c24cedefb90cd21 /fg21sim/galactic | |
parent | 4c86653bc2dea5a27acb796570112d775e17133e (diff) | |
download | fg21sim-61631717e800889910ff261d2cf87c036466f914.tar.bz2 |
galactic/synchrotron.py: Fix typo w.r.t. component name
Diffstat (limited to 'fg21sim/galactic')
-rw-r--r-- | fg21sim/galactic/synchrotron.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/galactic/synchrotron.py b/fg21sim/galactic/synchrotron.py index 8efa2db..af59539 100644 --- a/fg21sim/galactic/synchrotron.py +++ b/fg21sim/galactic/synchrotron.py @@ -40,7 +40,7 @@ class Synchrotron: ??? """ # Component name - name = "Galactic free-free" + name = "Galactic synchrotron" def __init__(self, configs): self.configs = configs |