aboutsummaryrefslogtreecommitdiff
path: root/src/Output2D.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-30 22:46:00 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-30 22:46:00 +0000
commit0d0f6983f1800c01c8553bc8e4be441342252b0b (patch)
treefea31440962f5a8d74c53b8f821804c919e8d415 /src/Output2D.c
parentfa54b6d245abe8c84bb6e89ef30fd4f5cef66b29 (diff)
A lot of parameter name changes, especially for IO
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@27 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/Output2D.c')
-rw-r--r--src/Output2D.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Output2D.c b/src/Output2D.c
index 34ee6ca..a8e5631 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -73,7 +73,7 @@ int IOFlexIO_Output2DGH (cGH *GH)
name = CCTK_VarName (i);
fullname = CCTK_FullName (i);
- if (output_verbose) {
+ if (verbose) {
printf("IOFlexIO Output2DGH : \n");
printf(" fullname/name = %s/%s\n", fullname, name);
}
@@ -140,7 +140,7 @@ int IOFlexIO_Output2DVarAs (cGH *GH, const char *fullname, const char *alias)
/* get the handle for IOFlexIO extensions */
myGH = (flexioGH *) GH->extensions [CCTK_GHExtensionHandle ("IOFlexIO")];
- if (output_verbose) {
+ if (verbose) {
printf ("\nIn IOFlexIO Output2DVarAs\n-------------------\n");
printf (" Fullname = -%s-\n", fullname);
printf (" Alias = -%s-\n", alias);
@@ -261,7 +261,7 @@ int IOFlexIO_TriggerOutput2D (cGH *GH, int index)
/* get the handle for IOFlexIO extensions */
myGH = (flexioGH *) GH->extensions [CCTK_GHExtensionHandle ("IOFlexIO")];
- if (output_verbose) {
+ if (verbose) {
printf("\nIn IOFlexIO TriggerOutput2D\n---------------------\n");
printf(" Index = %d\n", index);
printf(" Variable = -%s-\n", varname);