Changeset 854 for XIOS/trunk/src/node/field.cpp
- Timestamp:
- 05/23/16 16:15:40 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/node/field.cpp
r850 r854 212 212 CContext* context = CContext::getCurrent(); 213 213 const CDate& currDate = context->getCalendar()->getCurrentDate(); 214 const CDate opeDate = last_operation_srv + freq_operation_srv;214 const CDate opeDate = last_operation_srv +freq_op + freq_operation_srv - freq_op; 215 215 const CDate writeDate = last_Write_srv + freq_write_srv; 216 216
Note: See TracChangeset
for help on using the changeset viewer.