aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Base.inc
blob: 70d9a8d17b31baf622715ae2a9d3adc45ce2cb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
c /*@@
c   @header    EOS_Base.inc
c   @date      Thu Dec 16 14:16:25 1999
c   @author    Tom Goodale
c   @desc 
c   
c   @enddesc
c   @version $Header$
c @@*/

#ifndef _EOS_BASE_INC_
#define _EOS_BASE_INC_

      CCTK_REAL EOS_Pressure
      CCTK_REAL EOS_SpecificIntEnergy
      CCTK_REAL EOS_RestMassDens
      CCTK_REAL EOS_DPressByDRho
      CCTK_REAL EOS_DPressByDEps

#endif /* _EOS_BASE_INC_ */