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

Use the new location of the Sedov example as the default location in the logger script.

parent ae64b01d
No related branches found
No related tags found
1 merge request!685Logger loader
......@@ -14,8 +14,8 @@ import liblogger as logger
# Get filenames
if len(sys.argv) != 3:
print("WARNING missing arguments. Will use the default ones")
index = "../../examples/SedovBlast_3D/index_0002.hdf5"
dump = "../../examples/SedovBlast_3D/index.dump"
index = "../../examples/HydroTests/SedovBlast_3D/index_0002.hdf5"
dump = "../../examples/HydroTests/SedovBlast_3D/index.dump"
else:
index = sys.argv[-1]
dump = sys.argv[-2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment