summaryrefslogtreecommitdiff
path: root/master_thesis
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2023-09-21 08:55:11 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2023-09-21 08:55:11 +0200
commit4ab556c3629e67cfe6fbee306a08961242c463b6 (patch)
treea7ca7474e9db3f3a01428b1509961281ea1f40a1 /master_thesis
parent3aa25b3d57e988969e804b95d36bd98b4049056a (diff)
reorder index6
Diffstat (limited to 'master_thesis')
-rw-r--r--master_thesis/frensch_procedures.py2
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(