aboutsummaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/GHExtension.c2
-rw-r--r--src/Output.c2
-rw-r--r--src/OutputInfo.c2
-rw-r--r--src/Write.c2
-rw-r--r--src/WriteGF.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 30b5061..c4469e5 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -88,7 +88,7 @@ int IOBasic_InitGH (cGH *GH)
return 0;
- USE_CCTK_PARAMETERS
+
}
diff --git a/src/Output.c b/src/Output.c
index 4c8bf02..4f0afbf 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -81,7 +81,7 @@ int IOBasic_OutputGH (cGH *GH)
return (0);
- USE_CCTK_PARAMETERS
+
}
diff --git a/src/OutputInfo.c b/src/OutputInfo.c
index 0abcaf8..77f6d31 100644
--- a/src/OutputInfo.c
+++ b/src/OutputInfo.c
@@ -174,7 +174,7 @@ int IOBasic_OutputInfoGH (cGH *GH)
return (0);
- USE_CCTK_PARAMETERS
+
}
diff --git a/src/Write.c b/src/Write.c
index 40c13e3..99180cb 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -103,7 +103,7 @@ void IOBasic_Write (cGH *GH, int index, const char *alias)
}
- USE_CCTK_PARAMETERS
+
}
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
+
}