improved upper/lower case handling

This commit is contained in:
nemu
2008-02-26 14:44:16 +00:00
parent fdfcf78e94
commit 8bd85576b7
2 changed files with 24 additions and 28 deletions

View File

@ -190,7 +190,6 @@ bool PRunDataHandler::FileExistsCheck(PMsrRunStructure &runInfo)
TString str;
TString ext;
runInfo.fRunName.ToLower();
runInfo.fBeamline.ToLower();
runInfo.fInstitute.ToLower();
runInfo.fFileFormat.ToLower();