Skip to content

Commit

Permalink
bugfix: remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Guymer committed Nov 17, 2024
1 parent f985054 commit 2b4f2f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion printScopeOfCountours.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
continue

# Convert elevation into index and append to list ...
foo.append(shapeRecord.record[3])
level = round(shapeRecord.record[3] / 10.0) # [10m]
contours[level] += 1 # [#]

Expand Down

0 comments on commit 2b4f2f9

Please sign in to comment.