Changeset 403 for XIOS/trunk/src/interface/c/icdate.cpp
- Timestamp:
- 01/10/13 17:33:18 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/interface/c/icdate.cpp
r352 r403 17 17 #include "timer.hpp" 18 18 #include "context.hpp" 19 #include "context_client.hpp" 19 20 20 21 extern "C" … … 46 47 CTimer::get("XIOS").resume() ; 47 48 xios::CContext* context = CContext::getCurrent() ; 49 if (!context->hasServer) context->client->checkBuffers() ; 48 50 context->updateCalendar(step) ; 49 51 context->sendUpdateCalendar(step) ;
Note: See TracChangeset
for help on using the changeset viewer.