Changeset 14329 for trunk


Ignore:
Timestamp:
08/08/12 21:19:15 (12 years ago)
Author:
tbretz
Message:
Last fix did not compile -- fixed.
File:
1 edited

Legend:

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

    r14327 r14329  
    21442144
    21452145            if (fSun.fSetAstronomical>fSun.fRiseAstronomical)
    2146                  fSun.fSetAstronomical += 1;
     2146                fSun.fSetAstronomical += boost::posix_time::hours(24);
    21472147
    21482148            ostringstream title;
Note: See TracChangeset for help on using the changeset viewer.