Changeset 8640 for trunk/MagicSoft
- Timestamp:
- 07/17/07 15:05:10 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8639 r8640 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 22 2007/07/17 Thomas Bretz 23 24 * mjobs/MDataSet.cc: 25 - fixed a typo 26 20 27 21 28 -
trunk/MagicSoft/Mars/mjobs/MDataSet.cc
r8636 r8640 249 249 250 250 const TString defpathseq = env.GetValue("SequencePath", GetDefPathSequences()); 251 const TString defpathdata = env.GetValue("DataPath", GetDefPathDataFile ());251 const TString defpathdata = env.GetValue("DataPath", GetDefPathDataFiles()); 252 252 253 253 SetupDefaultPath(sequences, defpathseq);
Note:
See TracChangeset
for help on using the changeset viewer.