Ignore:
Timestamp:
07/20/20 16:05:09 (4 years ago)
Author:
yushan
Message:

trunk : raise error if freq_op > output_freq

File:
1 edited

Legend:

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

    r643 r1920  
    1717      CDuration operator-(const CDuration& ddr); 
    1818 
     19      bool operator>(const CDuration& ddr, const CDuration& dr); 
     20      bool operator<(const CDuration& ddr, const CDuration& dr); 
     21       
    1922      CDate operator+(const CDate& dt, const CDuration& dr); // Non testée. 
    2023      CDate operator-(const CDate& dt, const CDuration& dr); 
Note: See TracChangeset for help on using the changeset viewer.