From 1dac5afe40950029bf9602f90adf2b10814fe4fd Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 4 May 2002 08:29:43 +0000 Subject: ADMConstraints has to inherit from SpaceMask in case of excision New arrangement names in ifdefs git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@64 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- src/ADMConstraints.F | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ADMConstraints.F b/src/ADMConstraints.F index fa2da4e..e6a957b 100644 --- a/src/ADMConstraints.F +++ b/src/ADMConstraints.F @@ -37,7 +37,7 @@ integer :: i,j,k integer :: nx,ny,nz -#ifdef EXCISION_LEGOEXCISION +#ifdef EXCISION2_LEGOEXCISION /* EINSTEIN REVAMP */ CCTK_REAL, allocatable, dimension (:,:,:) :: dirx,diry,dirz,aux #endif @@ -224,7 +224,7 @@ c LegoExcision (must be done before symmetries are applied). if (excise==1) then -#ifdef EXCISION_LEGOEXCISION +#ifdef EXCISION2_LEGOEXCISION /* EINSTEIN REVAMP */ allocate(dirx(nx,ny,nz),diry(nx,ny,nz),dirz(nx,ny,nz)) allocate(aux(nx,ny,nz)) -- cgit v1.2.3