aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-04-21 21:31:01 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-04-21 21:31:01 +0000
commit92e0869725c459c47be7d12f3d0c8f8de5956cd4 (patch)
treed204fa931f84756f7942e16a4f635ac139172f1a
parent10d56c3947c52e18113716f6b10ff3463d6e5ae6 (diff)
Removing another extraneous erroneous error detection bit.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@380 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/Storage.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Storage.c b/src/Storage.c
index 946729d..02cc285 100644
--- a/src/Storage.c
+++ b/src/Storage.c
@@ -1506,11 +1506,6 @@ static int PUGHi_DisableGArrayGroupStorage (pGH *pughGH,
}
}
- if (nstorage > 0 && nnostorage > 0)
- {
- CCTK_WARN (0, "Group storage violation in PUGHi_DisableGArrayGroupStorage");
- }
-
return retval;
}