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
a5ee490d
Commit
a5ee490d
authored
Aug 06, 2016
by
Matthieu Schaller
Browse files
Missing \ in the Makefile
parent
a8008abe
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
a5ee490d
...
...
@@ -56,7 +56,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_hydro.h kernel_gravity.h
\
kernel_long_gravity.h vector.h runner_doiact.h runner_doiact_grav.h runner_doiact_fft.h
\
units.h intrinsics.h minmax.h kick.h timestep.h drift.h adiabatic_index.h io_properties.h
\
equation_of_state.h
equation_of_state.h
\
gravity.h 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
\
...
...
src/hydro/Default/hydro.h
View file @
a5ee490d
...
...
@@ -75,7 +75,7 @@ __attribute__((always_inline)) INLINE static float hydro_get_soundspeed(
* @brief Modifies the thermal state of a particle to the imposed internal
* energy
*
* This overrides the current state of the particle but does not change
the
* This overrides the current state of the particle but does
*
not
*
change
its
* time-derivatives
*
* @param p The particle
...
...
@@ -90,7 +90,7 @@ __attribute__((always_inline)) INLINE static void hydro_set_internal_energy(
/**
* @brief Modifies the thermal state of a particle to the imposed entropy
*
* This overrides the current state of the particle but does not change
the
* This overrides the current state of the particle but does
*
not
*
change
its
* time-derivatives
*
* @param p The particle
...
...
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