From 9fe9b6c390a581c3c6987fa2b32a894819a04cc5 Mon Sep 17 00:00:00 2001 From: hawke Date: Fri, 25 Jun 2004 13:00:17 +0000 Subject: Make certain the matter include files actually exist (USES INCLUDE...) Make certain the temporary matter variables are declared by including the appropriate header file in STRESSENERGY_declare.h git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@73 b1d164ef-f17a-46e7-89d4-021c7118ef4e --- interface.ccl | 3 +++ src/macro/STRESSENERGY_declare.h | 1 + 2 files changed, 4 insertions(+) diff --git a/interface.ccl b/interface.ccl index e22e269..83005df 100644 --- a/interface.ccl +++ b/interface.ccl @@ -3,6 +3,9 @@ implements: ADMMacros +USES INCLUDE: CalcTmunu_temps.inc +USES INCLUDE: CalcTmunu.inc + public: int local_spatial_order type=SCALAR "Can be set pointwise to change the macros" diff --git a/src/macro/STRESSENERGY_declare.h b/src/macro/STRESSENERGY_declare.h index 48ad050..cec8e1f 100644 --- a/src/macro/STRESSENERGY_declare.h +++ b/src/macro/STRESSENERGY_declare.h @@ -15,6 +15,7 @@ #include "DETG_declare.h" #include "UPPERMET_declare.h" #include "TRT_declare.h" +#include "CalcTmunu_temps.inc" #undef STRESSENERGY_TTT #define STRESSENERGY_TTT Ttt -- cgit v1.2.3