summaryrefslogtreecommitdiff
path: root/src/EOS_GeneralHybrid_Scalars.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/EOS_GeneralHybrid_Scalars.F90')
-rwxr-xr-xsrc/EOS_GeneralHybrid_Scalars.F9018
1 files changed, 18 insertions, 0 deletions
diff --git a/src/EOS_GeneralHybrid_Scalars.F90 b/src/EOS_GeneralHybrid_Scalars.F90
new file mode 100755
index 0000000..382e70e
--- /dev/null
+++ b/src/EOS_GeneralHybrid_Scalars.F90
@@ -0,0 +1,18 @@
+ /*@@
+ @file EOS_GeneralHybrid_Scalars.F
+ @date Fri Apr 26 13:14:18 2002
+ @author Harry Dimmelmeier, Ian Hawke, Christian Ott
+ @desc
+ Constant for the EOS routines.
+ @enddesc
+ @@*/
+
+#include "cctk.h"
+
+ module EOS_GeneralHybrid_Scalars
+
+ implicit none
+
+ CCTK_REAL :: eos_k_supernuclear_cgs
+
+ end module EOS_GeneralHybrid_Scalars