Skip to content

Commit

Permalink
Removed the processed code and added the inner loop on grid to fix th…
Browse files Browse the repository at this point in the history
…e moving window errors
  • Loading branch information
rpachaly committed Sep 4, 2024
1 parent bac9e8a commit 1d4d992
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flo2d/flo2d_tools/elevation_correctors.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,6 @@ def elevation_from_lines(self, regionReq=None):
elev = user_levee_lines_data[0]
cor = user_levee_lines_data[1]

if elev == -9999:
QgsMessageLog.logMessage("Entrou")


levee_data.updateFeature(feat)

if elev == NULL and cor == NULL:
Expand Down

0 comments on commit 1d4d992

Please sign in to comment.