Ignore:
Timestamp:
10/05/04 17:19:30 (20 years ago)
Author:
rico
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/srcPos.cc

    r4827 r5191  
    5252Float_t  ysrcpos=0.;
    5353Double_t mjdpos=0;
    54 Bool_t   kRotate=0;
     54Bool_t   kRotating=0;
    5555Bool_t   kSrcPolicy=kFALSE;
    5656Double_t fRA= -1.;
     
    164164    {
    165165      tlist.AddToList(&srctranslate);
    166       if(kRotate)
     166      if(kRotating)
    167167        tlist.AddToList(&srcrotate); 
    168168    }
     
    303303      // rotation flag
    304304      if(strcmp(word.Data(),"ROTFLAG")==0)
    305         ifun >> kRotate;
     305        ifun >> kRotating;
    306306    }
    307307 
     
    354354        cout << " (ABSOLUTE POSITION IN THE CAMERA)";
    355355      cout << ", at " << thetime.GetSqlDateTime() << endl;
    356       cout << "De-rotation flag " << kRotate << endl;
     356      cout << "De-rotation flag " << kRotating << endl;
    357357      cout << "Source celestial coordiantes (rad): RA = " << fRA << ", DEC = " << fDEC << endl;
    358358    }
Note: See TracChangeset for help on using the changeset viewer.