Skip to content
Snippets Groups Projects
Commit 7a2e177d authored by POLCHER Jan's avatar POLCHER Jan :bicyclist_tone4:
Browse files

Forgot the test if region is large enough to do a SUPERMESH plot.

parent 4934a56c
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,8 @@ if nbcore == 1 :
print("=================== LINKUP ====================")
hsuper.linkup(hydrodata)
if nbcore == 1 :
DP.SUPERMESHPLOT("MapSuperGrid_Afterlinkup", lonint, latint, hoverlap, hsuper, modelgrid.polyll)
if lonint[0] != lonint[1] and latint[0] != latint[1] :
DP.SUPERMESHPLOT("MapSuperGrid_Afterlinkup", lonint, latint, hoverlap, hsuper, modelgrid.polyll)
#
# Do some memory management and synchronize procs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment