- Timestamp:
- 02/05/19 15:58:35 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfileio/MWriteFitsFile.cc
r19288 r19434 1221 1221 fClHelper.clear(); 1222 1222 1223 const Bool_t hasrule = fRule.BeginsWith("s/") && fRule.EndsWith("/"); 1224 1223 1225 // get new filename 1224 1226 const TString readFileName = read->GetFullFileName(); 1225 const TString newname = MWriteRootFile::SubstituteName(fRule, readFileName);1227 const TString newname = hasrule ? MWriteRootFile::SubstituteName(fRule, readFileName) : fRule; 1226 1228 1227 1229 // create new files
Note:
See TracChangeset
for help on using the changeset viewer.