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

Code formatting

parent 123e690b
No related branches found
No related tags found
1 merge request!140First version of main() using a parameter file to get constants.
...@@ -57,9 +57,9 @@ ...@@ -57,9 +57,9 @@
#include "timers.h" #include "timers.h"
const char *engine_policy_names[13] = { const char *engine_policy_names[13] = {
"none", "rand", "steal", "keep", "none", "rand", "steal", "keep",
"block", "fix_dt", "cpu_tight", "mpi", "block", "fix_dt", "cpu_tight", "mpi",
"numa_affinity", "hydro", "self_gravity", "external_gravity", "numa_affinity", "hydro", "self_gravity", "external_gravity",
"cosmology_integration"}; "cosmology_integration"};
/** The rank of the engine as a global variable (for messages). */ /** The rank of the engine as a global variable (for messages). */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment