Skip to content
Snippets Groups Projects
Commit 7b9404ec authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

long and skinny SodShock example.

Former-commit-id: 04473e8738cce5cc98691f044b5ee63e3e452c40
parent b7d55874
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ ds[()] = v
ds = grp.create_dataset('Masses', (numPart,1), 'f')
ds[()] = m
ds = grp.create_dataset('SmoothingLength', (numPart,1), 'f')
ds[()] = h
ds[()] = h / 2
ds = grp.create_dataset('InternalEnergy', (numPart,1), 'f')
ds[()] = u
ds = grp.create_dataset('ParticleIDs', (numPart,1), 'L')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment