aboutsummaryrefslogtreecommitdiff
path: root/src/RestoreFile.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/RestoreFile.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/RestoreFile.c')
-rw-r--r--src/RestoreFile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RestoreFile.c b/src/RestoreFile.c
index 0d70472..91ef114 100644
--- a/src/RestoreFile.c
+++ b/src/RestoreFile.c
@@ -305,7 +305,7 @@ int IOFlexIO_RestoreIEEEIOfile (cGH *GH, IOFile ifp, int file_ioproc,
/* Get the number of sets */
nDatasets = IOnDatasets (ifp);
- if (IO_verbose)
+ if (output_verbose)
printf (" Input file has %d datasets\n", nDatasets);
}
@@ -354,7 +354,7 @@ int IOFlexIO_RestoreIEEEIOfile (cGH *GH, IOFile ifp, int file_ioproc,
/* Read in the data */
else {
- if (IO_verbose) {
+ if (output_verbose) {
char *varname = CCTK_FullName (index);
printf (" dataset %d: %s (timelevel %d)\n", currentDataset,