Changeset 9472
- Timestamp:
- 07/01/09 14:49:29 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9471 r9472 26 26 * mjobs/MJob.cc: 27 27 - improved check for write permissions 28 29 * mfileio/MWriteRootFile.cc: 30 - option should not only contain "memory" it should be identical 31 to "memory" 28 32 29 33 -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r9410 r9472 248 248 // Check if we are writing to memory 249 249 // 250 if (opt .Contains("memory", TString::kIgnoreCase))250 if (opt=="memory") 251 251 { 252 252 fSplitRule = fname;
Note:
See TracChangeset
for help on using the changeset viewer.