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

gamma.h --> adiabatic_index.h

parent da187e6e
Branches
Tags
1 merge request!195Gamma power speed up
...@@ -54,11 +54,11 @@ AM_SOURCES = space.c runner.c queue.c task.c cell.c engine.c \ ...@@ -54,11 +54,11 @@ AM_SOURCES = space.c runner.c queue.c task.c cell.c engine.c \
# Include files for distribution, not installation. # Include files for distribution, not installation.
nobase_noinst_HEADERS = approx_math.h atomic.h cycle.h error.h inline.h kernel_hydro.h kernel_gravity.h \ nobase_noinst_HEADERS = approx_math.h atomic.h cycle.h error.h inline.h kernel_hydro.h kernel_gravity.h \
vector.h runner_doiact.h runner_doiact_grav.h units.h intrinsics.h minmax.h kick.h \ vector.h runner_doiact.h runner_doiact_grav.h units.h intrinsics.h minmax.h kick.h \
timestep.h drift.h \ timestep.h drift.h adiabatic_index.h \
gravity.h gravity_io.h \ gravity.h gravity_io.h \
gravity/Default/gravity.h gravity/Default/gravity_iact.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 \ gravity/Default/gravity_debug.h gravity/Default/gravity_part.h \
hydro.h hydro_io.h gamma.h \ hydro.h hydro_io.h \
hydro/Minimal/hydro.h hydro/Minimal/hydro_iact.h hydro/Minimal/hydro_io.h \ hydro/Minimal/hydro.h hydro/Minimal/hydro_iact.h hydro/Minimal/hydro_io.h \
hydro/Minimal/hydro_debug.h hydro/Minimal/hydro_part.h \ hydro/Minimal/hydro_debug.h hydro/Minimal/hydro_part.h \
hydro/Default/hydro.h hydro/Default/hydro_iact.h hydro/Default/hydro_io.h \ hydro/Default/hydro.h hydro/Default/hydro_iact.h hydro/Default/hydro_io.h \
......
File moved
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* *
******************************************************************************/ ******************************************************************************/
#include "adiabatic_index.h"
#include "approx_math.h" #include "approx_math.h"
#include "gamma.h"
/** /**
* @brief Computes the hydro time-step of a given particle * @brief Computes the hydro time-step of a given particle
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* *
******************************************************************************/ ******************************************************************************/
#include "gamma.h" #include "adiabatic_index.h"
/** /**
* @brief Computes the hydro time-step of a given particle * @brief Computes the hydro time-step of a given particle
......
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
#include <math.h> #include <math.h>
/* Local headers. */ /* Local headers. */
#include "adiabatic_index.h"
#include "common_io.h" #include "common_io.h"
#include "error.h" #include "error.h"
#include "gamma.h"
#include "hydro.h" #include "hydro.h"
#include "kernel_hydro.h" #include "kernel_hydro.h"
......
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
#include "units.h" #include "units.h"
/* Includes. */ /* Includes. */
#include "adiabatic_index.h"
#include "const.h" #include "const.h"
#include "error.h" #include "error.h"
#include "gamma.h"
/** /**
* @brief Initialises the UnitSystem structure with the constants given in * @brief Initialises the UnitSystem structure with the constants given in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment