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

Corrected a typo in the script making Gadget ICs

parent b74ce7d8
No related branches found
No related tags found
No related merge requests found
......@@ -44,5 +44,5 @@ grp.attrs.create("MassTable", np.array([0.,0.,0.,0.,0.,0.]), dtype='d')
grp.attrs.create("NumFilesPerSnapshot", 1., dtype='i')
grp.attrs.create("NumPart_ThisFile", np.array([0,numPart,0,0,0,0]), dtype='i')
grp.attrs.create("NumPart_Total", np.array([0,numPart,0,0,0,0]), dtype='i')
grp.attrs.create("NumPart_HighWord", np.array([0,0,0,0,0,0]), dtype='i')
grp.attrs.create("NumPart_Total_HighWord", np.array([0,0,0,0,0,0]), dtype='i')
grp.attrs.create("Time", 0., dtype='d')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment