Changeset 14327 for trunk/FACT++


Ignore:
Timestamp:
08/08/12 13:53:10 (12 years ago)
Author:
tbretz
Message:
A small bugfix that the bin-width for the visibility plots cannot get negative.
File:
1 edited

Legend:

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

    r14310 r14327  
    21422142                    out4 << " [" << nearbyint(it->second.second) << "]";
    21432143            }
     2144
     2145            if (fSun.fSetAstronomical>fSun.fRiseAstronomical)
     2146                 fSun.fSetAstronomical += 1;
    21442147
    21452148            ostringstream title;
Note: See TracChangeset for help on using the changeset viewer.