Changeset 14152 for trunk/Mars


Ignore:
Timestamp:
06/11/12 10:51:22 (12 years ago)
Author:
tbretz
Message:
Added output of the observatory; fixed a typo in a comment.
File:
1 edited

Legend:

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

    r9455 r14152  
    6262    const Double_t dec = MAstro::Dms2Rad(22, 0, 52.0);
    6363
     64    cout << obs.Print() << endl;
     65
     66    return;
     67
    6468    // Setup the name of the source
    6569    TString source("CrabNebula");
     
    144148                moon = 0;
    145149
    146             // fill moon visibility into hostpogram
     150            // fill moon visibility into histpogram
    147151            hmoon.SetBinContent(x+1, hor+1, moon);
    148152
Note: See TracChangeset for help on using the changeset viewer.