Changeset 7409 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 11/18/05 17:15:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MDataSet.cc
r7389 r7409 74 74 #include "MDataSet.h" 75 75 76 #include <string.h> // necessary for Fedora core 2 with kernel 2.6.9-1.667 #1 and gcc 3.4.2 77 #include <errno.h> // necessary for Fedora core 2 with kernel 2.6.9-1.667 #1 and gcc 3.4.2 78 76 79 #include <stdlib.h> 77 80 #include <fstream> … … 222 225 fIsWobbleMode = env.GetValue("WobbleMode", kFALSE); 223 226 fComment = env.GetValue("Comment", ""); 227 228 fNameSource = fNameSource.Strip(TString::kBoth); 229 fCatalog = fCatalog.Strip(TString::kBoth); 224 230 } 225 231 … … 246 252 if (!IsValid()) 247 253 { 248 gLog << "Dataset: " << fName << " <invalid >" << endl;254 gLog << "Dataset: " << fName << " <invalid - no analysis number available>" << endl; 249 255 return; 250 256 }
Note:
See TracChangeset
for help on using the changeset viewer.