diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-13 18:54:30 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-13 18:54:30 (GMT) |
commit | d895bd84647cbad59ad695c47552d2188973e072 (patch) | |
tree | 49e66fcbecef074b7ec7529878e48b1aaac460e3 /pablo/PabloHDF_RT.c | |
parent | cc0d0285d80091771a933e464d624402bfd00a1d (diff) | |
download | hdf5-d895bd84647cbad59ad695c47552d2188973e072.zip hdf5-d895bd84647cbad59ad695c47552d2188973e072.tar.gz hdf5-d895bd84647cbad59ad695c47552d2188973e072.tar.bz2 |
[svn-r6276] Purpose:
Code cleanup
Description:
Check in some Pablo fixes I've had floating around for quite some time.
Diffstat (limited to 'pablo/PabloHDF_RT.c')
-rw-r--r-- | pablo/PabloHDF_RT.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pablo/PabloHDF_RT.c b/pablo/PabloHDF_RT.c index d15c47b..0b53a45 100644 --- a/pablo/PabloHDF_RT.c +++ b/pablo/PabloHDF_RT.c @@ -118,6 +118,7 @@ #include "TraceParam.h" #include "ProcIDs.h" #include "IO_TraceParams.h" +#include "IOTrace.h" #include "HDFTrace.h" #include "SDDFparam.h" #include <string.h> @@ -248,7 +249,7 @@ void HDFinitTrace_RT( char *fileName, int OUTSW ) // of the node as a suffix; if not, only one file is opened * // and it is not given a suffix. * //===================================================================*/ - IOtraceInit( fileName, OUTSW ); + initIOTraceMP( fileName, OUTSW ); } /*======================================================================* // NAME * |