aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-06-28 11:30:54 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-06-28 11:30:54 +0000
commit792bbd55f086556574057b7935042e50b68eab6b (patch)
treeecd4358771b7680decd40312f1209bf9811b005a
parent09e5814b0e042501002ff362e58096079dff26a2 (diff)
got rid of silly line saying "Why am I here?" since I now know the answer.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@31 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--src/Symmetry.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Symmetry.c b/src/Symmetry.c
index 4246559..2371f02 100644
--- a/src/Symmetry.c
+++ b/src/Symmetry.c
@@ -21,7 +21,7 @@
#include "Misc.h"
#include "FortranString.h"
-#define DEBUG_BOUND
+/*#define DEBUG_BOUND*/
/*@@
@routine SetSymmetry
@@ -49,7 +49,6 @@ void SetSymmetry(cGH *GH, int sx, int sy, int sz, const char *imp_gf) {
SymmetryGHex *sGHex;
int index;
- printf("Why am i here\n");
/* Pointer to the SymmetryGHextension */
sGHex = (SymmetryGHex *)GH->extensions[CCTK_GetGHExtensionHandle("Symmetry")];