diff options
author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2023-09-21 08:55:11 +0200 |
---|---|---|
committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2023-09-21 08:55:11 +0200 |
commit | 4ab556c3629e67cfe6fbee306a08961242c463b6 (patch) | |
tree | a7ca7474e9db3f3a01428b1509961281ea1f40a1 /master_thesis | |
parent | 3aa25b3d57e988969e804b95d36bd98b4049056a (diff) |
reorder index6
Diffstat (limited to 'master_thesis')
-rw-r--r-- | master_thesis/frensch_procedures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/master_thesis/frensch_procedures.py b/master_thesis/frensch_procedures.py index 3f9dad0..c834bfd 100644 --- a/master_thesis/frensch_procedures.py +++ b/master_thesis/frensch_procedures.py @@ -95,7 +95,7 @@ class WaterSample: return min(self.algae, (self.lime[0] + self.toxin[0])) def index6_str(self): - return "Der Kleinere von (Algen), (Sandstein_1 + Gifte_1)" + return "Der Kleinere von (Sandstein_1 + Gifte_1), (Algen)" def overall(self): return 100 - max( |