From 80d3546dd7db9e1ae2cd290a278daa8d79d82afa Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 13 Feb 2002 14:46:57 +0000 Subject: Removing multiple-inclusion check as this doesn't make much sense for a Fortran include file and causes difficulty with more than one subroutine using EOS_Base.inc in the same file. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/EOS_Base/trunk@9 7256fff6-a868-4c47-a7f4-99a4b5411c7d --- src/EOS_Base.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/EOS_Base.inc b/src/EOS_Base.inc index 07f2e34..57fedc9 100644 --- a/src/EOS_Base.inc +++ b/src/EOS_Base.inc @@ -8,13 +8,9 @@ @version $Header$ @@*/ -#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_ */ -- cgit v1.2.3