aboutsummaryrefslogtreecommitdiff
path: root/src/Output2D.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-18 11:35:29 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-18 11:35:29 +0000
commitab7c971ceb848db311af7e57c00e1bf8773add9b (patch)
tree69057de76d2322fb89eea0d1e0c70941725b9638 /src/Output2D.c
parentbb1c3a9f91c93befd38f29ca22f5c0d954cbf132 (diff)
Changing parameter names for IO. There should be one more change tomorrow,
but then that should be it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@16 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 edca82d..c18ef80 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -67,7 +67,7 @@ int IOFlexIO_Output2DGH (cGH *GH)
name = CCTK_VarName (i);
fullname = CCTK_FullName (i);
- if (IO_verbose) {
+ if (output_verbose) {
printf("IOFlexIO Output2DGH : \n");
printf(" fullname/name = %s/%s\n", fullname, name);
}
@@ -137,7 +137,7 @@ int IOFlexIO_Output2DVarAs (cGH *GH, const char *fullname, const char *alias)
/* Output with correct file opening behaviour */
first = (myGH->IO_2Dnum [index] == 1);
- if (IO_verbose) {
+ if (output_verbose) {
printf ("\nIn IOFlexIO Output2DVarAs\n-------------------\n");
printf (" Fullname = -%s-\n", fullname);
printf (" Alias = -%s-\n", alias);
@@ -264,7 +264,7 @@ int IOFlexIO_TriggerOutput2D (cGH *GH, int index)
/* Output with correct file opening behaviour */
first = (myGH->IO_2Dnum [index] == 1);
- if (IO_verbose) {
+ if (output_verbose) {
printf("\nIn IOFlexIO TriggerOutput2D\n---------------------\n");
printf(" Index = %d\n", index);
printf(" Variable = -%s-\n", varname);