aboutsummaryrefslogtreecommitdiff
path: root/src/DumpVar.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/DumpVar.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/DumpVar.c')
-rw-r--r--src/DumpVar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DumpVar.c b/src/DumpVar.c
index f75a0a7..7956f35 100644
--- a/src/DumpVar.c
+++ b/src/DumpVar.c
@@ -479,7 +479,7 @@ static void IOFlexIO_DumpGF (cGH *GH, int index, int timelevel, IOFile iof,
if (free_outme)
free (outme);
- USE_CCTK_PARAMETERS
+
}
@@ -596,7 +596,7 @@ static void IOFlexIO_AddCommonAttributes (cGH *GH, int index, int timelevel,
CACTUS_IEEEIO_ERROR (IOwriteAttribute (iof, "iteration", FLEXIO_INT4,
1, &i_to_IO));
- USE_CCTK_PARAMETERS
+
}
@@ -878,7 +878,7 @@ static void IOFlexIO_getDumpData (cGH *GH, int index, int timelevel,
(int) bnd [3], (int) bnd [4], (int) bnd [5]);
}
- USE_CCTK_PARAMETERS
+
}