aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_GP_Scalars.F90
blob: c82e1d66b42daee645e234295d4d119195edaaf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 /*@@
   @file      EOS_GP_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_GP_Scalars

  implicit none

  CCTK_REAL :: p_geom_factor, rho_geom_factor, &
       rho_geom_factor_inv, eos_k_cgs, eos_gamma_local

  CCTK_REAL ::  m_solar_geom, m_solar_cgs, c_cgs, G_cgs
  
end module EOS_GP_Scalars