We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56def61 commit 87257f4Copy full SHA for 87257f4
1 file changed
loopstructuralvisualisation/_stratigraphic_column.py
@@ -28,7 +28,7 @@ def plot(self):
28
prev_coords = [0, 0]
29
30
# iterate through groups, skipping faults
31
- s_id = 0
+
32
for g in reversed(self.model.stratigraphic_column.get_groups()):
33
for u in g.units:
34
n_units += 1
0 commit comments