Changeset 16059


Ignore:
Timestamp:
05/22/13 22:43:43 (12 years ago)
Author:
tbretz
Message:
Specified the return type of NightAsInt more accurately.
File:
1 edited

Legend:

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

    r15205 r16059  
    388388//!     24h period between two noon's.
    389389//
    390 int Time::NightAsInt() const
     390uint32_t Time::NightAsInt() const
    391391{
    392392    const Time tm = GetPrevSunRise();
Note: See TracChangeset for help on using the changeset viewer.