Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
6b7df171
Commit
6b7df171
authored
Nov 30, 2012
by
Matthieu Schaller
Browse files
Use 'unsinged long' rather than 'long' to match GADGET
Former-commit-id: a52ef3edbc60c4b63cfd8eaba46ed7b5c9e2e39b
parent
b54e655a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/part.h
View file @
6b7df171
...
...
@@ -37,7 +37,7 @@ struct part {
float
mass
;
/* Particle ID. */
long
id
;
unsigned
long
id
;
/* Particle position. */
double
x
[
3
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment