Ignore:
Timestamp:
07/17/15 13:58:13 (9 years ago)
Author:
rlacroix
Message:

Use the filter infrastructure to handle the temporal operations.

Add a temporal filter to do so.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/calendar_util.hpp

    r591 r643  
    3636      ///--------------------------------------------------------------- 
    3737 
     38      //!< Provides a fake "less" comparator for durations that can be used as a comparator for maps 
     39      struct DurationFakeLessComparator { 
     40        bool operator()(const CDuration& dur1, const CDuration& dur2) const; 
     41      }; 
    3842} // namespace xios 
    3943 
Note: See TracChangeset for help on using the changeset viewer.