From 8bbb1f145a1fa67b474a71e1c0c8ec93cde2960b Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 27 Sep 1999 21:01:47 +0000 Subject: Getting rid of a print statement git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@20 fa3da13c-9f13-4301-a575-cf5b8c5e1907 --- src/sor_wrapper.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sor_wrapper.c b/src/sor_wrapper.c index 5cb3bbd..93057cf 100644 --- a/src/sor_wrapper.c +++ b/src/sor_wrapper.c @@ -120,9 +120,6 @@ void sor_flat(cGH *GH, int FieldIndex, int MIndex, else Nsource_lsh[i]=GH->cctk_lsh[i]; } - printf("fieldindex: %d %s \n",FieldIndex,CCTK_FullName(FieldIndex)); - - /* call the fortran routine */ FORTRAN_NAME(sor_flat_core3d)(_PASS_CCTK_C2F(GH), Mlinear_lsh, Mlinear, -- cgit v1.2.3