Changeset 19772 for trunk/FACT++


Ignore:
Timestamp:
10/15/19 08:42:45 (5 years ago)
Author:
tbretz
Message:
Added a warning on file naming.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilderWrapper.h

    r19375 r19772  
    201201        }
    202202
     203        // WARNING: This fails if the sun-rise is around midnight UTC!
     204        // It would be more appropriate to relate the "NightAsInt" to
     205        // the LOCAL time of sun-rise!
    203206        ostringstream str;
    204207        if (fNightAsInt==0)
Note: See TracChangeset for help on using the changeset viewer.