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
dd1317d5
Commit
dd1317d5
authored
Mar 13, 2016
by
Matthieu Schaller
Browse files
Stick to the same naming convention
parent
a0b8f0ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
dd1317d5
...
...
@@ -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
\
...
...
src/gravity.h
View file @
dd1317d5
...
...
@@ -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
src/gravity/Default/
runner_iact_grav
.h
→
src/gravity/Default/
gravity_iact
.h
View file @
dd1317d5
File moved
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