Changeset 13799


Ignore:
Timestamp:
05/20/12 20:19:09 (12 years ago)
Author:
tbretz
Message:
Properly implemented the HAVE_NOVA
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/smartfact.cc

    r13795 r13799  
    6565    Astro(double lon, double lat, const Time &t=Time()) :  time(t)
    6666    {
     67#ifdef HAVE_LIBNOVA
    6768        ln_lnlat_posn observer;
    6869        observer.lng = lon;
     
    185186        case 7: case 8:  color = kHtmlGreen;   break;
    186187        }
     188#endif
    187189    }
    188190};
     
    209211    Moon(double lon, double lat, const Time &t=Time()) : time(t)
    210212    {
     213#ifdef HAVE_LIBNOVA
    211214        const double JD = time.JD();
    212215
     
    269272
    270273        description = out.str();
     274#endif
    271275    }
    272276
     
    294298    }
    295299};
    296 
    297 #endif
    298300
    299301// ------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.