diff options
author | Volker Hoffmann <volker@cheleb.net> | 2013-05-15 09:42:28 +0200 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2013-05-15 09:42:34 +0200 |
commit | ef3f3c4d53cd26c281e0b70942bfa66e77485261 (patch) | |
tree | ab142c583e54d49728ef3191ba12bfd6ec41b90b | |
parent | b28ee29d80a638aa5bf1a4d9202791656c5fbd4b (diff) |
wrong array assignment
-rw-r--r-- | plot_stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plot_stats.py b/plot_stats.py index 45eddcd..a74bcf0 100644 --- a/plot_stats.py +++ b/plot_stats.py @@ -59,7 +59,7 @@ for iout in iouts: mass_total_lost_to_halo[ii] = disk.mass_total_lost_to_halo mass_disk[ii] = disk.mass_disk mass_halo[ii] = disk.mass_halo - mass_total[ii] = disk.mass_halo + mass_total[ii] = disk.mass_total ii += 1 # Calculate Time Derivatives |