- Timestamp:
- 08/16/05 15:28:41 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7284 r7286 18 18 19 19 -*-*- 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 20 30 2005/08/11 Daniela Dorner 21 31 … … 198 208 - updated psf reference line 199 209 - 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 200 220 201 221 -
trunk/MagicSoft/Mars/ganymed.cc
r7179 r7286 41 41 gLog << all << endl; 42 42 gLog << "Sorry the usage is:" << endl; 43 gLog << " ganymed [options] sequences.txt" << endl << endl;43 gLog << " ganymed [options] dataset.txt" << endl << endl; 44 44 gLog << " Arguments:" << endl; 45 45 gLog << " dataset.txt: ASCII file defining a collection of sequences" << endl; -
trunk/MagicSoft/Mars/mjobs/MDataSet.cc
r7220 r7286 230 230 if (!IsValid()) 231 231 { 232 gLog << " Sequence: " << fName << " <invalid>" << endl;232 gLog << "Dataset: " << fName << " <invalid>" << endl; 233 233 return; 234 234 }
Note:
See TracChangeset
for help on using the changeset viewer.