aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+
}