Changeset 8640 for trunk/MagicSoft


Ignore:
Timestamp:
07/17/07 15:05:10 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8639 r8640  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21
     22 2007/07/17 Thomas Bretz
     23
     24   * mjobs/MDataSet.cc:
     25     - fixed a typo
     26
    2027
    2128
  • trunk/MagicSoft/Mars/mjobs/MDataSet.cc

    r8636 r8640  
    249249
    250250    const TString defpathseq  = env.GetValue("SequencePath", GetDefPathSequences());
    251     const TString defpathdata = env.GetValue("DataPath",     GetDefPathDataFile());
     251    const TString defpathdata = env.GetValue("DataPath",     GetDefPathDataFiles());
    252252
    253253    SetupDefaultPath(sequences, defpathseq);
Note: See TracChangeset for help on using the changeset viewer.