Ignore:
Timestamp:
02/16/07 09:21:13 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/starvisyear.C

    r8066 r8324  
    3636{
    3737    // Setup the observatory location (see MObservatory for details)
    38     MObservatory obs(MObservatory::kTuorla);;
     38    MObservatory obs(MObservatory::kMagic1);;
    3939
    4040    // Setup the start time of the year (365 days) to be displayed
     
    9898        }
    9999
    100         // If nautical twilight doesn#t take place skip the rest
     100        // If nautical twilight doesn't take place skip the rest
    101101        if (sunri[1]<0 || sunst[1]<0)
    102102            continue;
     
    126126            v *= conv;
    127127
    128             // check if moon is above or elow horizont
     128            // check if moon is above or below horizont
    129129            if (v.Theta()*TMath::RadToDeg()<90)
    130130                moon = 0;
Note: See TracChangeset for help on using the changeset viewer.