From d1621894828ce53a85f53c271d6f823091dcee40 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Wed, 13 Jul 2016 17:06:38 +0100
Subject: [PATCH] gamma.h --> adiabatic_index.h

---
 src/Makefile.am                    | 4 ++--
 src/{gamma.h => adiabatic_index.h} | 0
 src/hydro/Default/hydro.h          | 2 +-
 src/hydro/Gadget2/hydro.h          | 2 +-
 src/hydro_properties.c             | 2 +-
 src/units.c                        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
 rename src/{gamma.h => adiabatic_index.h} (100%)

diff --git a/src/Makefile.am b/src/Makefile.am
index 3b78a428f6..8693a23fcb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,11 +54,11 @@ AM_SOURCES = space.c runner.c queue.c task.c cell.c engine.c \
 # 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 \
 		 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/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 gamma.h \
+                 hydro.h 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/Default/hydro.h hydro/Default/hydro_iact.h hydro/Default/hydro_io.h \
diff --git a/src/gamma.h b/src/adiabatic_index.h
similarity index 100%
rename from src/gamma.h
rename to src/adiabatic_index.h
diff --git a/src/hydro/Default/hydro.h b/src/hydro/Default/hydro.h
index a670515381..a09920235e 100644
--- a/src/hydro/Default/hydro.h
+++ b/src/hydro/Default/hydro.h
@@ -17,8 +17,8 @@
  *
  ******************************************************************************/
 
+#include "adiabatic_index.h"
 #include "approx_math.h"
-#include "gamma.h"
 
 /**
  * @brief Computes the hydro time-step of a given particle
diff --git a/src/hydro/Gadget2/hydro.h b/src/hydro/Gadget2/hydro.h
index 4081679d49..d0ca5817dd 100644
--- a/src/hydro/Gadget2/hydro.h
+++ b/src/hydro/Gadget2/hydro.h
@@ -17,7 +17,7 @@
  *
  ******************************************************************************/
 
-#include "gamma.h"
+#include "adiabatic_index.h"
 
 /**
  * @brief Computes the hydro time-step of a given particle
diff --git a/src/hydro_properties.c b/src/hydro_properties.c
index 756b9958b7..ec0c6113fe 100644
--- a/src/hydro_properties.c
+++ b/src/hydro_properties.c
@@ -25,9 +25,9 @@
 #include <math.h>
 
 /* Local headers. */
+#include "adiabatic_index.h"
 #include "common_io.h"
 #include "error.h"
-#include "gamma.h"
 #include "hydro.h"
 #include "kernel_hydro.h"
 
diff --git a/src/units.c b/src/units.c
index ca75fc7ee6..dd9576adc4 100644
--- a/src/units.c
+++ b/src/units.c
@@ -37,9 +37,9 @@
 #include "units.h"
 
 /* Includes. */
+#include "adiabatic_index.h"
 #include "const.h"
 #include "error.h"
-#include "gamma.h"
 
 /**
  * @brief Initialises the UnitSystem structure with the constants given in
-- 
GitLab