Ignore:
Timestamp:
12/18/18 17:34:59 (5 years ago)
Author:
yushan
Message:

bug fix (Nb of files less than Nb of servers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/date.hpp

    r1158 r1628  
    4343 
    4444            /// Divers accesseurs /// 
    45             int getYear  (void) const; 
    46             int getMonth (void) const; 
    47             int getDay   (void) const; 
    48             int getHour  (void) const; 
    49             int getMinute(void) const; 
    50             int getSecond(void) const; 
     45            inline int getYear  (void) const {return year;}; 
     46            inline int getMonth (void) const {return month;}; 
     47            inline int getDay   (void) const {return day;}; 
     48            inline int getHour  (void) const {return hour;}; 
     49            inline int getMinute(void) const {return minute;}; 
     50            inline int getSecond(void) const {return second;}; 
    5151 
    5252            //!< Get the calendar associated to the date 
Note: See TracChangeset for help on using the changeset viewer.