aboutsummaryrefslogtreecommitdiff
path: root/src/WriteGF.c
diff options
context:
space:
mode:
authorallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-02-05 16:54:22 +0000
committerallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-02-05 16:54:22 +0000
commit93af84a5cf9b97072d1ae369375ec0f867e88ff5 (patch)
tree2991a85f9ab1c6cbc284c26c4859bd2d49b43a59 /src/WriteGF.c
parent20df261706857e3e3b250b1e42c750864bb1b4f0 (diff)
Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are
automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@33 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src/WriteGF.c')
-rw-r--r--src/WriteGF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WriteGF.c b/src/WriteGF.c
index 9499eca..e498422 100644
--- a/src/WriteGF.c
+++ b/src/WriteGF.c
@@ -131,7 +131,7 @@ void IOBasic_WriteGF (cGH *GH, int index, const char *alias)
free (filename);
- USE_CCTK_PARAMETERS
+
}