aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Base.inc
diff options
context:
space:
mode:
authorgoodale <goodale@7256fff6-a868-4c47-a7f4-99a4b5411c7d>1999-12-16 13:28:36 +0000
committergoodale <goodale@7256fff6-a868-4c47-a7f4-99a4b5411c7d>1999-12-16 13:28:36 +0000
commitab7fca677615176f4d16ec6f3d09b5ceb6fb7be7 (patch)
treed8b3982bef4295298cb95d434a4295a16d01860e /src/EOS_Base.inc
parentf56ce72d078eea52215a31fd38b676f5e18e1abc (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/EOS_Base/trunk@3 7256fff6-a868-4c47-a7f4-99a4b5411c7d
Diffstat (limited to 'src/EOS_Base.inc')
-rw-r--r--src/EOS_Base.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/EOS_Base.inc b/src/EOS_Base.inc
new file mode 100644
index 0000000..70d9a8d
--- /dev/null
+++ b/src/EOS_Base.inc
@@ -0,0 +1,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_ */