Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
a5ee490d
Commit
a5ee490d
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Missing \ in the Makefile
parent
a8008abe
No related branches found
No related tags found
1 merge request
!215
Equation of state
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Makefile.am
+1
-1
1 addition, 1 deletion
src/Makefile.am
src/hydro/Default/hydro.h
+2
-2
2 additions, 2 deletions
src/hydro/Default/hydro.h
with
3 additions
and
3 deletions
src/Makefile.am
+
1
−
1
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
\
...
...
This diff is collapsed.
Click to expand it.
src/hydro/Default/hydro.h
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment