diff --git a/src/View/InitialConditions/Table.py b/src/View/InitialConditions/Table.py index e3aad3cc..dae4ec48 100644 --- a/src/View/InitialConditions/Table.py +++ b/src/View/InitialConditions/Table.py @@ -334,11 +334,11 @@ class InitialConditionTableModel(PamhyrTableModel): formated = False if len(line_split[0]) > 3: formated = True - elif len(line_split[2]) > 10: + elif len(line_split[2]) > 10: formated = True - elif len(line_split[3]) > 11: + elif len(line_split[3]) > 11: formated = True - elif len(line_split[4]) > 9: + elif len(line_split[4]) > 9: formated = True if formated: # old PamHyr format