aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Hybrid_Scalars.F
blob: 3e85c39ac75bd9232b1882f3a2074c6920e1b610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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