Ignore:
Timestamp:
08/24/04 07:35:23 (20 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.cc

    r4705 r4719  
    151151{
    152152  *fLog << all << "MHTelAxisFromStars::SetInputType; input type is set equal to : "
    153         << type << endl;
     153        << type ;
     154
     155  if (type == 0)
     156    *fLog << " (calculated star positions)" << endl;
     157  else
     158    *fLog << " (fitted star positions)" << endl;
     159
    154160
    155161  fInputType = type;
Note: See TracChangeset for help on using the changeset viewer.