Ignore:
Timestamp:
03/27/12 10:49:42 (12 years ago)
Author:
ymipsl
Message:
  • Add new attribut : time_origin for time axis origin which appear in nectdf file
  • centered time averaging for time axis
  • correct bug in calendar due to call of virtual function in the constructor

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.cpp

    r321 r334  
    178178      *last_Write_srv = writeDate; 
    179179      writeField() ; 
     180      *lastlast_Write_srv=*last_Write_srv; 
    180181    } 
    181182  } 
     
    384385         this->freq_write_srv     = 
    385386             CDuration::FromString(this->file->output_freq.getValue()); 
     387         this->lastlast_Write_srv     = boost::shared_ptr<xmlioserver::date::CDate> 
     388                        (new date::CDate(context->getCalendar()->getInitDate())); 
    386389         this->last_Write_srv     = boost::shared_ptr<xmlioserver::date::CDate> 
    387390                        (new date::CDate(context->getCalendar()->getInitDate())); 
Note: See TracChangeset for help on using the changeset viewer.