Ignore:
Timestamp:
09/18/13 18:25:47 (11 years ago)
Author:
ymipsl
Message:

Bugs fix : due to the introduction of the 'ts' unit
This correction avoid crash when writing and closing an HDF5 file.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/c/icdate.cpp

    r403 r448  
    2929      { 
    3030         CTimer::get("XIOS").resume() ; 
    31          CDuration dur = {ts_year, ts_month, ts_day, ts_hour, ts_minute, ts_second}; 
     31         CDuration dur = {ts_year, ts_month, ts_day, ts_hour, ts_minute, ts_second, 0}; 
    3232         xios::CContext* context = CContext::getCurrent() ; 
    3333          
Note: See TracChangeset for help on using the changeset viewer.