aboutsummaryrefslogtreecommitdiff
path: root/src/ADMConstraints.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/ADMConstraints.F')
-rw-r--r--src/ADMConstraints.F4
1 files changed, 2 insertions, 2 deletions
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))