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

Stick to the same naming convention

parent a0b8f0ce
No related branches found
No related tags found
2 merge requests!136Master,!116Basic implementation of gparts
......@@ -47,7 +47,7 @@ AM_SOURCES = space.c runner.c queue.c task.c cell.c engine.c \
nobase_noinst_HEADERS = approx_math.h atomic.h cycle.h error.h inline.h kernel.h vector.h \
runner_doiact.h runner_doiact_grav.h units.h intrinsics.h minmax.h \
gravity.h gravity_io.h \
gravity/Default/gravity.h gravity/Default/runner_iact_grav.h gravity/Default/gravity_io.h \
gravity/Default/gravity.h gravity/Default/gravity_iact.h gravity/Default/gravity_io.h \
gravity/Default/gravity_debug.h gravity/Default/gravity_part.h \
hydro.h hydro_io.h \
hydro/Minimal/hydro.h hydro/Minimal/hydro_iact.h hydro/Minimal/hydro_io.h \
......
......@@ -24,6 +24,6 @@
/* So far only one model here */
/* Straight-forward import */
#include "./gravity/Default/gravity.h"
#include "./gravity/Default/runner_iact_grav.h"
#include "./gravity/Default/gravity_iact.h"
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment