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

Use 'unsinged long' rather than 'long' to match GADGET

Former-commit-id: a52ef3edbc60c4b63cfd8eaba46ed7b5c9e2e39b
parent b54e655a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ struct part {
float mass;
/* Particle ID. */
long id;
unsigned long id;
/* Particle position. */
double x[3];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment