Ignore:
Timestamp:
04/04/18 17:35:56 (7 years ago)
Author:
tbretz
Message:
Moved include path to makefile; added some ifdefs to make it compile without libnova
File:
1 edited

Legend:

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

    r18917 r18958  
    11#ifdef HAVE_NOVA
    2 #include "externals/Prediction.h"
     2#include "Prediction.h"
    33#endif
    44
     
    107107    bool visible;
    108108
     109#ifdef HAVE_LIBNOVA
    109110    Nova::RstTime Rst(double jd, double hrz=LN_SOLAR_STANDART_HORIZON)
    110111    {
     
    120121        return rs;
    121122    }
     123#endif
    122124
    123125public:
     
    23982400        Time now;
    23992401
     2402#ifdef HAVE_NOVA
    24002403        CalcCoordinates(now.JD());
     2404#endif
    24012405
    24022406        fSun  = Sun (now);
Note: See TracChangeset for help on using the changeset viewer.