diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1999-04-20 16:10:07 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1999-04-20 16:10:07 (GMT) |
commit | 78aecae8b5834cbc784e98a024b9f7605ad9f6ba (patch) | |
tree | 550e810dd51e5fc1c651d89f6b6416a1c2792b2b | |
parent | 6b3dba1c92787d54a90c9b25a1ad1339f1c38ba5 (diff) | |
download | hdf5-78aecae8b5834cbc784e98a024b9f7605ad9f6ba.zip hdf5-78aecae8b5834cbc784e98a024b9f7605ad9f6ba.tar.gz hdf5-78aecae8b5834cbc784e98a024b9f7605ad9f6ba.tar.bz2 |
[svn-r1199] Corrected a problem with file mappings.
-rw-r--r-- | pablo/PabloHDF_RT.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pablo/PabloHDF_RT.c b/pablo/PabloHDF_RT.c index 1fa5793..1ccdad5 100644 --- a/pablo/PabloHDF_RT.c +++ b/pablo/PabloHDF_RT.c @@ -280,7 +280,7 @@ void HDFendTrace_RT( int OUTSW ) int j, numSetIDs; HDFnode_t *P; char **Names; - char* mapFile; +/* char* mapFile;*/ HDFfinalTimeStamp(); /*==============================================================* @@ -289,14 +289,15 @@ void HDFendTrace_RT( int OUTSW ) HDFassignPabloIDs( &numSetIDs, &Names ); /*==============================================================* // Create a file name for the File map file. * + // Disable for now. * //==============================================================*/ - mapFile = (char *)malloc( strlen(FileName) + 4 ); +/* mapFile = (char *)malloc( strlen(FileName) + 4 ); strcpy(mapFile,FileName); - strcat(mapFile,".map"); + strcat(mapFile,".map"); */ /*==============================================================* // print the file mappings. * //==============================================================*/ - printFileMappingsRT( mapFile, Names, numSetIDs ); +/* printFileMappingsRT( mapFile, Names, numSetIDs ); */ /*==============================================================* // Print SDDF summary records * //==============================================================*/ |