Changeset 5692 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/03/05 12:02:16 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MSequence.cc
r5316 r5692 145 145 d += fNight.GetStringFmt("%Y_%m_%d"); 146 146 } 147 else 148 gSystem->ExpandPathName(d); 147 149 148 150 for (int i=0; i<arr.GetSize(); i++) … … 174 176 { 175 177 fName = fname; 176 fTitle = Form("Sequence contained in file %s", fName.Data()); 177 178 TEnv env(fname); 178 179 const char *expname = gSystem->ExpandPathName(fname); 180 181 fTitle = Form("Sequence contained in file %s", expname); 182 183 TEnv env(expname); 184 delete [] expname; 179 185 180 186 TString str;
Note:
See TracChangeset
for help on using the changeset viewer.