aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-02-05 16:55:12 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-02-05 16:55:12 +0000
commit7079fc913dbf1e017f05387e04b7b79c6704ef22 (patch)
treee0bcd2f45a138a54368f2ac6f9cffdcc97c57441 /src/DumpGH.c
parent57e602fe53dd2d7e8d093636a7365241dce8103f (diff)
Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are
automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@88 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index abad53c..5dad2c6 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -50,7 +50,7 @@ void IOFlexIO_ConditionallyDumpGH (cGH *GH)
}
IOFlexIO_DumpGH (GH, CP_EVOLUTION_DATA);
}
- USE_CCTK_PARAMETERS
+
}
@@ -419,6 +419,6 @@ void IOFlexIO_DumpGH (cGH *GH, int called_from)
"-----------\n");
}
- USE_CCTK_PARAMETERS
+
}