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

Formatting

parent 75202b7a
No related branches found
No related tags found
1 merge request!188New cosmo ICs
...@@ -28,6 +28,7 @@ examples/*.xmf ...@@ -28,6 +28,7 @@ examples/*.xmf
examples/used_parameters.yml examples/used_parameters.yml
examples/energy.txt examples/energy.txt
examples/*/*.xmf examples/*/*.xmf
examples/*/*.hdf5
examples/*/used_parameters.yml examples/*/used_parameters.yml
examples/*/energy.txt examples/*/energy.txt
......
...@@ -562,7 +562,8 @@ void read_ic_serial(char* fileName, double dim[3], struct part** parts, ...@@ -562,7 +562,8 @@ void read_ic_serial(char* fileName, double dim[3], struct part** parts,
break; break;
default: default:
message("Particle Type %d not yet supported. Particles ignored", ptype); message("Particle Type %d not yet supported. Particles ignored",
ptype);
} }
/* Close particle group */ /* Close particle group */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment