From 58508bd953901408a6904ff169873714489c760f Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 16 Feb 2001 10:08:56 +0000 Subject: Minor changes. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@41 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- interface.ccl | 2 ++ src/ADMConstraints.F | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/interface.ccl b/interface.ccl index 50a45e3..a352448 100644 --- a/interface.ccl +++ b/interface.ccl @@ -1,3 +1,5 @@ +# Interface definition for thorn ADMConstraints + implements: admconstraints inherits: einstein diff --git a/src/ADMConstraints.F b/src/ADMConstraints.F index 93b5358..1018d08 100644 --- a/src/ADMConstraints.F +++ b/src/ADMConstraints.F @@ -62,9 +62,6 @@ c Return code from Cactus boundary conditions c Temporaries for the Stress-Energy tensor CCTK_REAL :: Ttt,Ttx,Tty,Ttz,Txx,Txy,Txz,Tyy,Tyz,Tzz - -#include "CalcTmunu_temps.inc" - c Macros from Standard Einstein #include "CactusEinstein/Einstein/src/macro/HAMADM_declare.h" #include "CactusEinstein/Einstein/src/macro/MOMXADM_declare.h" @@ -119,7 +116,6 @@ c -------------------------------- uyy = UPPERMET_UYY; uyz = UPPERMET_UYZ; uzz = UPPERMET_UZZ #include "CalcTmunu.inc" - c Calculate the hamiltonian constraint c ------------------------------------ @@ -137,7 +133,6 @@ c ------------------------------------ endif #endif - c Calculate the Momentum constraints c ---------------------------------- -- cgit v1.2.3