Changeset 13799 for trunk/FACT++/src/smartfact.cc
- Timestamp:
- 05/20/12 20:19:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r13795 r13799 65 65 Astro(double lon, double lat, const Time &t=Time()) : time(t) 66 66 { 67 #ifdef HAVE_LIBNOVA 67 68 ln_lnlat_posn observer; 68 69 observer.lng = lon; … … 185 186 case 7: case 8: color = kHtmlGreen; break; 186 187 } 188 #endif 187 189 } 188 190 }; … … 209 211 Moon(double lon, double lat, const Time &t=Time()) : time(t) 210 212 { 213 #ifdef HAVE_LIBNOVA 211 214 const double JD = time.JD(); 212 215 … … 269 272 270 273 description = out.str(); 274 #endif 271 275 } 272 276 … … 294 298 } 295 299 }; 296 297 #endif298 300 299 301 // ------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.