Changeset 7286 for trunk/MagicSoft


Ignore:
Timestamp:
08/16/05 15:28:41 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7284 r7286  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2005/08/16 Thomas Bretz
     21
     22   * ganymed.cc:
     23     - fixed a typo in Usage()
     24
     25   * mjobs/MDataSet.cc:
     26     - fixed a typo in some output
     27
     28
     29
    2030 2005/08/11 Daniela Dorner
    2131
     
    198208     - updated psf reference line
    199209     - implemented calib reference line
     210
     211
     212
     213 2005/08/01 Thomas Bretz
     214
     215   * mhflux/MHPhi.[h,cc]:
     216     - added
     217
     218   * mhflux/Makefile, mhflux/FluxLinkDef.h:
     219     - added MHPhi
    200220
    201221
  • trunk/MagicSoft/Mars/ganymed.cc

    r7179 r7286  
    4141    gLog << all << endl;
    4242    gLog << "Sorry the usage is:" << endl;
    43     gLog << " ganymed [options] sequences.txt" << endl << endl;
     43    gLog << " ganymed [options] dataset.txt" << endl << endl;
    4444    gLog << " Arguments:" << endl;
    4545    gLog << "   dataset.txt:              ASCII file defining a collection of sequences" << endl;
  • trunk/MagicSoft/Mars/mjobs/MDataSet.cc

    r7220 r7286  
    230230    if (!IsValid())
    231231    {
    232         gLog << "Sequence: " << fName << " <invalid>" << endl;
     232        gLog << "Dataset: " << fName << " <invalid>" << endl;
    233233        return;
    234234    }
Note: See TracChangeset for help on using the changeset viewer.