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
6346e2d8
Commit
6346e2d8
authored
Jun 26, 2016
by
Matthieu Schaller
Browse files
Formatting
parent
75202b7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
6346e2d8
...
...
@@ -28,6 +28,7 @@ examples/*.xmf
examples/used_parameters.yml
examples/energy.txt
examples/*/*.xmf
examples/*/*.hdf5
examples/*/used_parameters.yml
examples/*/energy.txt
...
...
src/serial_io.c
View file @
6346e2d8
...
...
@@ -562,7 +562,8 @@ void read_ic_serial(char* fileName, double dim[3], struct part** parts,
break
;
default:
message
(
"Particle Type %d not yet supported. Particles ignored"
,
ptype
);
message
(
"Particle Type %d not yet supported. Particles ignored"
,
ptype
);
}
/* Close particle group */
...
...
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