aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-03-17 15:47:07 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-03-17 15:47:07 +0000
commit9a7e66f1087f3e3b755437fe318195e56c2c7ad1 (patch)
treece6d76df88e28d92aff21a440294a7b4cb84f76b
parent75e618a69ac9b56f303b8ac98664eaa6ea686d1f (diff)
Logic bug
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@8 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--src/CartGrid3D.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CartGrid3D.F b/src/CartGrid3D.F
index ebfdc5f..6832adb 100644
--- a/src/CartGrid3D.F
+++ b/src/CartGrid3D.F
@@ -42,7 +42,7 @@ c the number of gridpoints on the coarse grid
c
c --------------------------------------------------------------
- if (CCTK_Equals(grid,'minmax')==0) then
+ if (CCTK_Equals(grid,'minmax')==1) then
iflag = iflag +1