Changeset 1628 for XIOS/dev/dev_trunk_omp/src/date.cpp
- Timestamp:
- 12/18/18 17:34:59 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_trunk_omp/src/date.cpp
r1496 r1628 134 134 //---------------------------------------------------------------- 135 135 136 int CDate::getYear (void) const { return (this->year ); }137 int CDate::getMonth (void) const { return (this->month ); }138 int CDate::getDay (void) const { return (this->day ); }139 int CDate::getHour (void) const { return (this->hour ); }140 int CDate::getMinute(void) const { return (this->minute); }141 int CDate::getSecond(void) const { return (this->second); }136 //int CDate::getYear (void) const { return (this->year ); } 137 //int CDate::getMonth (void) const { return (this->month ); } 138 //int CDate::getDay (void) const { return (this->day ); } 139 //int CDate::getHour (void) const { return (this->hour ); } 140 //int CDate::getMinute(void) const { return (this->minute); } 141 //int CDate::getSecond(void) const { return (this->second); } 142 142 143 143 //----------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.