diff options
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 * |