From 29070b6e6c569d6c76665d4d4e3079869ea6c167 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 1 Jul 1999 15:25:51 +0000 Subject: Fixing prototypes and data types git-svn-id: http://svn.cactuscode.org/flesh/trunk@612 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/IO/IOMethods.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/IO') diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c index 066a68f6..fcd1d938 100644 --- a/src/IO/IOMethods.c +++ b/src/IO/IOMethods.c @@ -7,6 +7,8 @@ @enddesc @@*/ +/*#define DEBUG_IO*/ + #include #include @@ -409,6 +411,11 @@ int CactusDefaultOutputGH(cGH *GH) method = (struct IOMethod *)CCTK_GetHandledData(IOMethods, handle); if (method) { + +#ifdef DEBUG_IO + printf("Calling IO method with handle %d \n",handle); +#endif + method->OutputGH(GH); } else -- cgit v1.2.3