aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_GIF_Scalars.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/EOS_GIF_Scalars.F90')
-rwxr-xr-xsrc/EOS_GIF_Scalars.F9020
1 files changed, 20 insertions, 0 deletions
diff --git a/src/EOS_GIF_Scalars.F90 b/src/EOS_GIF_Scalars.F90
new file mode 100755
index 0000000..5a9c588
--- /dev/null
+++ b/src/EOS_GIF_Scalars.F90
@@ -0,0 +1,20 @@
+ /*@@
+ @file EOS_GIF_Scalars.F90
+ @date Mon Mar 14 17:39:50 2005
+ @author Ian Hawke
+ @desc
+ Constants for the EOS routines.
+ @enddesc
+ @@*/
+
+#include "cctk.h"
+
+module EOS_GIF_Scalars
+
+ implicit none
+
+ CCTK_REAL :: eos_if_gamma_local
+ CCTK_REAL :: mean_molecular_weight_local
+ CCTK_REAL :: k_boltzmann
+
+end module EOS_GIF_Scalars