aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Polytrope_Scalars.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/EOS_Polytrope_Scalars.F')
-rw-r--r--src/EOS_Polytrope_Scalars.F21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/EOS_Polytrope_Scalars.F b/src/EOS_Polytrope_Scalars.F
new file mode 100644
index 0000000..7675aae
--- /dev/null
+++ b/src/EOS_Polytrope_Scalars.F
@@ -0,0 +1,21 @@
+ /*@@
+ @file EOS_Polytrope_Scalars.F
+ @date Mon Aug 26 12:03:33 2002
+ @author Ian Hawke
+ @desc
+ Constants for EOS routines
+ @enddesc
+ @@*/
+
+#include "cctk.h"
+
+ module EOS_Polytrope_Scalars
+
+ implicit none
+
+ CCTK_REAL :: p_geom_factor, rho_geom_factor,
+ . rho_geom_factor_inv, eos_k_cgs
+
+ CCTK_REAL :: m_solar_geom, m_solar_cgs, c_cgs, G_cgs
+
+ end module EOS_Polytrope_Scalars