aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Hybrid_Scalars.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/EOS_Hybrid_Scalars.F')
-rw-r--r--src/EOS_Hybrid_Scalars.F18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/EOS_Hybrid_Scalars.F b/src/EOS_Hybrid_Scalars.F
new file mode 100644
index 0000000..3e85c39
--- /dev/null
+++ b/src/EOS_Hybrid_Scalars.F
@@ -0,0 +1,18 @@
+ /*@@
+ @file EOS_Hybrid_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_Hybrid_Scalars
+
+ implicit none
+
+ CCTK_REAL :: eos_k_supernuclear_cgs
+
+ end module EOS_Hybrid_Scalars