Skip to content
Snippets Groups Projects
Commit 3613f33a authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Don't let Matthieu do python stuff unsupervised.

parent 25a1f9fa
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ sdata = sdata[sdata[:, toccol] != 0]
if delta_t < 0.:
print("The time-range must be >=0!")
return 1
sys.exit(1)
# Each rank can have different clocks (compute node), but we want to use the
# same delta times range for comparisons, so we suck it up and take the hit of
# precalculating this, unless the user knows better.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment