Changeset 343 for XIOS/trunk


Ignore:
Timestamp:
03/30/12 17:06:38 (12 years ago)
Author:
ymipsl
Message:

remove "date" namespace

ym

Location:
XIOS/trunk/src
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/calendar.cpp

    r335 r343  
    66namespace xios 
    77{ 
    8    namespace date 
    9    { 
    108      /// ////////////////////// Définitions ////////////////////// /// 
    119      CCalendar::CCalendar(void) 
     
    153151      ///---------------------------------------------------------------- 
    154152 
    155    } // namespace date 
    156153} // namespace xios 
  • XIOS/trunk/src/calendar.hpp

    r335 r343  
    99namespace xios 
    1010{ 
    11    namespace date 
    12    { 
    1311      /// ////////////////////// Déclarations ////////////////////// /// 
    1412 
     
    9896 
    9997      }; // class CCalendar 
    100    } // namespace date 
    10198 
    10299} // namespace xios 
  • XIOS/trunk/src/calendar_util.cpp

    r335 r343  
    33namespace xios 
    44{ 
    5    namespace date 
    6    { 
    75      /// ////////////////////// Définitions ////////////////////// /// 
    86 
     
    172170      ///---------------------------------------------------------------- 
    173171 
    174    } // namespace date 
    175172} // namespace xios 
    176173 
  • XIOS/trunk/src/calendar_util.hpp

    r335 r343  
    99namespace xios 
    1010{ 
    11    namespace date 
    12    { 
    1311      /// ////////////////////// Déclarations ////////////////////// /// 
    1412 
     
    3533      ///--------------------------------------------------------------- 
    3634 
    37    } // namespace date 
    3835} // namespace xios 
    3936 
  • XIOS/trunk/src/data_output.cpp

    r337 r343  
    7777         boost::shared_ptr<tree::CContext> context = 
    7878         CObjectFactory::GetObject<tree::CContext>(CObjectFactory::GetCurrentContextId()); 
    79          boost::shared_ptr<date::CCalendar> calendar = context->getCalendar(); 
     79         boost::shared_ptr<CCalendar> calendar = context->getCalendar(); 
    8080          
    8181         this->writeField_(field); 
  • XIOS/trunk/src/data_output.hpp

    r337 r343  
    5151            virtual void writeAxis_       (const boost::shared_ptr<tree::CAxis>     axis)   = 0; 
    5252            virtual void writeTimeAxis_   (const boost::shared_ptr<tree::CField>    field, 
    53                                            const boost::shared_ptr<date::CCalendar> cal)    = 0; 
     53                                           const boost::shared_ptr<CCalendar> cal)    = 0; 
    5454 
    5555            /// Propriétés protégées /// 
  • XIOS/trunk/src/date.cpp

    r335 r343  
    1010namespace xios 
    1111{ 
    12    namespace date 
    13    { 
    1412      /// ////////////////////// Définitions ////////////////////// /// 
    1513      CDate::CDate(const CCalendar& calendar) 
     
    224222      ///--------------------------------------------------------------- 
    225223 
    226    } // namespace date 
    227224} // namespace xios 
  • XIOS/trunk/src/date.hpp

    r335 r343  
    99namespace xios 
    1010{ 
    11    namespace date 
    12    { 
    1311      /// ////////////////////// Déclarations ////////////////////// /// 
    1412      class CCalendar; 
     
    7270      }; // class CDate; 
    7371 
    74    } // namespace date 
    7572} // namespace xios 
    7673 
  • XIOS/trunk/src/date/allleap.cpp

    r335 r343  
    33namespace xios 
    44{ 
    5    namespace date 
    6    { 
    75      /// ////////////////////// Définitions ////////////////////// /// 
    86 
     
    3836 
    3937      ///-------------------------------------------------------------- 
    40    } // namespace date 
    4138} // namespace xmlioserver 
    4239 
  • XIOS/trunk/src/date/allleap.hpp

    r335 r343  
    88namespace xios 
    99{ 
    10    namespace date 
    11    { 
    1210      /// ////////////////////// Déclarations ////////////////////// /// 
    1311      class CAllLeapCalendar : public CCalendar 
     
    3735      }; // class CAllLeapCalendar 
    3836 
    39    } // namespace date 
    4037} // namespace xmlioserver 
    4138 
  • XIOS/trunk/src/date/d360.cpp

    r335 r343  
    33namespace xios 
    44{ 
    5    namespace date 
    6    { 
    75      /// ////////////////////// Définitions ////////////////////// /// 
    86 
     
    3533 
    3634      ///-------------------------------------------------------------- 
    37    } // namespace date 
    3835} // namespace xmlioserver 
    3936 
  • XIOS/trunk/src/date/d360.hpp

    r335 r343  
    88namespace xios 
    99{ 
    10    namespace date 
    11    { 
    1210      /// ////////////////////// Déclarations ////////////////////// /// 
    1311      class CD360Calendar : public CCalendar 
     
    3735      }; // class CD360Calendar 
    3836 
    39    } // namespace date 
    4037} // namespace xmlioserver 
    4138 
  • XIOS/trunk/src/date/gregorian.cpp

    r335 r343  
    33namespace xios 
    44{ 
    5    namespace date 
    6    { 
    75      /// ////////////////////// Définitions ////////////////////// /// 
    86 
     
    5149 
    5250      ///-------------------------------------------------------------- 
    53    } // namespace date 
    5451} // namespace xmlioserver 
    5552 
  • XIOS/trunk/src/date/gregorian.hpp

    r335 r343  
    88namespace xios 
    99{ 
    10    namespace date 
    11    { 
    1210      /// ////////////////////// Déclarations ////////////////////// /// 
    1311      class CGregorianCalendar : public CCalendar 
     
    3735      }; // class CGregorianCalendar 
    3836 
    39    } // namespace date 
    4037} // namespace xmlioserver 
    4138 
  • XIOS/trunk/src/date/julian.cpp

    r335 r343  
    33namespace xios 
    44{ 
    5    namespace date 
    6    { 
    75      /// ////////////////////// Définitions ////////////////////// /// 
    86 
     
    4543 
    4644      ///-------------------------------------------------------------- 
    47    } // namespace date 
    4845} // namespace xmlioserver 
  • XIOS/trunk/src/date/julian.hpp

    r335 r343  
    88namespace xios 
    99{ 
    10    namespace date 
    11    { 
    1210      /// ////////////////////// Déclarations ////////////////////// /// 
    1311      class CJulianCalendar : public CCalendar 
     
    3735      }; // class CJulianCalendar 
    3836 
    39    } // namespace date 
    4037} // namespace xmlioserver 
    4138 
  • XIOS/trunk/src/date/noleap.cpp

    r335 r343  
    44namespace xios 
    55{ 
    6    namespace date 
    7    { 
    86      /// ////////////////////// Définitions ////////////////////// /// 
    97 
     
    3129 
    3230      ///-------------------------------------------------------------- 
    33    } // namespace date 
    3431} // namespace xmlioserver 
    3532 
  • XIOS/trunk/src/date/noleap.hpp

    r335 r343  
    88namespace xios 
    99{ 
    10    namespace date 
    11    { 
    1210      /// ////////////////////// Déclarations ////////////////////// /// 
    1311      class CNoLeapCalendar : public CCalendar 
     
    3533      }; // class CNoLeapCalendar 
    3634 
    37    } // namespace date 
    3835} // namespace xmlioserver 
    3936 
  • XIOS/trunk/src/duration.cpp

    r335 r343  
    55namespace xios 
    66{ 
    7    namespace date 
    8    { 
    97      /// ////////////////////// Définitions ////////////////////// /// 
    108      const CDuration Year   = {1.0, 0.0, 0.0, 0.0, 0.0, 0.0}, 
     
    141139 
    142140 
    143    } // namespace date 
    144141} // namespace xios 
    145142 
  • XIOS/trunk/src/duration.hpp

    r335 r343  
    88namespace xios 
    99{ 
    10    namespace date 
    11    { 
    1210      /// ////////////////////// Déclarations ////////////////////// /// 
    1311      typedef long long int Time; 
     
    4947      ///--------------------------------------------------------------- 
    5048 
    51    } // namespace date 
    5249} // namespace xios 
    5350 
  • XIOS/trunk/src/field_impl.hpp

    r335 r343  
    2525   {         
    2626      shared_ptr<CContext> context=CObjectFactory::GetObject<CContext>(CObjectFactory::GetCurrentContextId()) ; 
    27       const date::CDate & currDate = context->getCalendar()->getCurrentDate(); 
    28       const date::CDate opeDate      = *last_operation + freq_operation; 
    29       const date::CDate writeDate    = *last_Write     + freq_write;        
     27      const CDate & currDate = context->getCalendar()->getCurrentDate(); 
     28      const CDate opeDate      = *last_operation + freq_operation; 
     29      const CDate writeDate    = *last_Write     + freq_write;        
    3030 
    3131    
  • XIOS/trunk/src/interface/c/icdate.cpp

    r335 r343  
    2525      try 
    2626      { 
    27          date::CDuration dur = {ts_year, ts_month, ts_day, ts_hour, ts_minute, ts_second}; 
     27         CDuration dur = {ts_year, ts_month, ts_day, ts_hour, ts_minute, ts_second}; 
    2828         boost::shared_ptr<xios::tree::CContext> context = 
    2929         xios::CObjectFactory::GetObject<xios::tree::CContext> 
  • XIOS/trunk/src/node/context.cpp

    r335 r343  
    6363   //---------------------------------------------------------------- 
    6464 
    65    boost::shared_ptr<date::CCalendar> CContext::getCalendar(void) const 
     65   boost::shared_ptr<CCalendar> CContext::getCalendar(void) const 
    6666   { 
    6767      return (this->calendar); 
     
    7070   //---------------------------------------------------------------- 
    7171    
    72    void CContext::setCalendar(boost::shared_ptr<date::CCalendar> newCalendar) 
     72   void CContext::setCalendar(boost::shared_ptr<CCalendar> newCalendar) 
    7373   { 
    7474      this->calendar = newCalendar; 
     
    9191   {                                                                  \ 
    9292      if (time_origin.isEmpty())                                       \ 
    93         this->calendar =  boost::shared_ptr<date::CCalendar>          \ 
    94            (new date::C##MType##Calendar(start_date.getValue()));     \ 
    95       else this->calendar =  boost::shared_ptr<date::CCalendar>       \ 
    96            (new date::C##MType##Calendar(start_date.getValue(),time_origin.getValue()));     \ 
     93        this->calendar =  boost::shared_ptr<CCalendar>          \ 
     94           (new C##MType##Calendar(start_date.getValue()));     \ 
     95      else this->calendar =  boost::shared_ptr<CCalendar>       \ 
     96           (new C##MType##Calendar(start_date.getValue(),time_origin.getValue()));     \ 
    9797      if (!this->timestep.isEmpty())                                  \ 
    9898       this->calendar->setTimeStep                                    \ 
    99           (date::CDuration::FromString(this->timestep.getValue()));   \ 
     99          (CDuration::FromString(this->timestep.getValue()));   \ 
    100100      return;                                                         \ 
    101101   } 
  • XIOS/trunk/src/node/context.hpp

    r335 r343  
    7878       
    7979         /// Mutateurs /// 
    80          void setCalendar(boost::shared_ptr<date::CCalendar> newCalendar); 
     80         void setCalendar(boost::shared_ptr<CCalendar> newCalendar); 
    8181         void setDataTreatment(boost::shared_ptr<data::CDataTreatment> datat); 
    8282       
    8383         /// Accesseurs /// 
    84          boost::shared_ptr<date::CCalendar>      getCalendar(void) const; 
     84         boost::shared_ptr<CCalendar>      getCalendar(void) const; 
    8585         boost::shared_ptr<data::CDataTreatment> getDataTreatment(void) const; 
    8686 
     
    148148      public : 
    149149       
    150          boost::shared_ptr<date::CCalendar>      calendar; 
     150         boost::shared_ptr<CCalendar>      calendar; 
    151151         boost::shared_ptr<data::CDataTreatment> datat; 
    152152  
  • XIOS/trunk/src/node/field.cpp

    r335 r343  
    4646 
    4747   bool CField::updateDataServer 
    48       (const date::CDate & currDate, 
     48      (const CDate & currDate, 
    4949       const std::deque<ARRAY(double, 1)> storedClient) 
    5050   { 
    51       const date::CDate opeDate      = *last_operation + freq_operation; 
    52       const date::CDate writeDate    = *last_Write     + freq_write;  
     51      const CDate opeDate      = *last_operation + freq_operation; 
     52      const CDate writeDate    = *last_Write     + freq_write;  
    5353       
    5454      if (opeDate <= currDate) 
     
    152152 
    153153    shared_ptr<CContext> context=CObjectFactory::GetObject<CContext>(CObjectFactory::GetCurrentContextId()) ; 
    154     const date::CDate & currDate = context->getCalendar()->getCurrentDate(); 
    155     const date::CDate opeDate      = *last_operation_srv + freq_operation_srv; 
    156     const date::CDate writeDate    = *last_Write_srv     + freq_write_srv;  
     154    const CDate & currDate = context->getCalendar()->getCurrentDate(); 
     155    const CDate opeDate      = *last_operation_srv + freq_operation_srv; 
     156    const CDate writeDate    = *last_Write_srv     + freq_write_srv;  
    157157     
    158158 
     
    271271   //---------------------------------------------------------------- 
    272272    
    273    const date::CDuration & CField::getFreqOperation(void) const 
     273   const CDuration & CField::getFreqOperation(void) const 
    274274   { 
    275275      return (this->freq_operation); 
     
    277277    
    278278   //---------------------------------------------------------------- 
    279    const date::CDuration & CField::getFreqWrite(void) const 
     279   const CDuration & CField::getFreqWrite(void) const 
    280280   { 
    281281      return (this->freq_write); 
     
    309309   //---------------------------------------------------------------- 
    310310 
    311    boost::shared_ptr<date::CDate> CField::getLastWriteDate(void) const 
     311   boost::shared_ptr<CDate> CField::getLastWriteDate(void) const 
    312312   { 
    313313      return(this->last_Write); 
     
    316316   //---------------------------------------------------------------- 
    317317 
    318    boost::shared_ptr<date::CDate> CField::getLastOperationDate(void) const 
     318   boost::shared_ptr<CDate> CField::getLastOperationDate(void) const 
    319319   { 
    320320      return(this->last_operation); 
     
    355355   { 
    356356      using namespace func; 
    357       using namespace date; 
    358357        
    359358      StdString id = this->getBaseFieldReference()->getId(); 
     
    385384         this->freq_write_srv     = 
    386385             CDuration::FromString(this->file->output_freq.getValue()); 
    387          this->lastlast_Write_srv     = boost::shared_ptr<xios::date::CDate> 
    388                         (new date::CDate(context->getCalendar()->getInitDate())); 
    389          this->last_Write_srv     = boost::shared_ptr<xios::date::CDate> 
    390                         (new date::CDate(context->getCalendar()->getInitDate())); 
    391          this->last_operation_srv = boost::shared_ptr<xios::date::CDate> 
    392                         (new date::CDate(context->getCalendar()->getInitDate())); 
     386         this->lastlast_Write_srv     = boost::shared_ptr<CDate> 
     387                        (new CDate(context->getCalendar()->getInitDate())); 
     388         this->last_Write_srv     = boost::shared_ptr<CDate> 
     389                        (new CDate(context->getCalendar()->getInitDate())); 
     390         this->last_operation_srv = boost::shared_ptr<CDate> 
     391                        (new CDate(context->getCalendar()->getInitDate())); 
    393392//         this->foperation_srv     = 
    394393//             boost::shared_ptr<func::CFunctor>(new CInstant(this->data_srv)); 
     
    402401         this->freq_operation = CDuration::FromString(freq_op.getValue()); 
    403402         this->freq_write     = CDuration::FromString(this->file->output_freq.getValue()); 
    404          this->last_Write     = boost::shared_ptr<xios::date::CDate> 
    405                         (new date::CDate(context->getCalendar()->getInitDate())); 
    406          this->last_operation = boost::shared_ptr<xios::date::CDate> 
    407                         (new date::CDate(context->getCalendar()->getInitDate())); 
     403         this->last_Write     = boost::shared_ptr<CDate> 
     404                        (new CDate(context->getCalendar()->getInitDate())); 
     405         this->last_operation = boost::shared_ptr<CDate> 
     406                        (new CDate(context->getCalendar()->getInitDate())); 
    408407                         
    409408         const CDuration toffset = this->freq_operation - freq_offset_ - context->getCalendar()->getTimeStep();  
  • XIOS/trunk/src/node/field.hpp

    r335 r343  
    7373         StdSize getNStep(void) const; 
    7474 
    75          const date::CDuration & getFreqOperation(void) const; 
    76          const date::CDuration & getFreqWrite(void) const; 
     75         const CDuration & getFreqOperation(void) const; 
     76         const CDuration & getFreqWrite(void) const; 
    7777 
    78          boost::shared_ptr<date::CDate> getLastWriteDate(void) const; 
    79          boost::shared_ptr<date::CDate> getLastOperationDate(void) const; 
     78         boost::shared_ptr<CDate> getLastWriteDate(void) const; 
     79         boost::shared_ptr<CDate> getLastOperationDate(void) const; 
    8080 
    8181         boost::shared_ptr<func::CFunctor> getFieldOperation(void) const; 
     
    9393          
    9494         bool updateDataServer 
    95                (const date::CDate & currDate, 
     95               (const CDate & currDate, 
    9696                const std::deque<ARRAY(double, 1)> storedClient); 
    9797  
     
    136136         boost::shared_ptr<CFile>  file; 
    137137 
    138          date::CDuration freq_operation, freq_write; 
    139          date::CDuration freq_operation_srv, freq_write_srv; 
     138         CDuration freq_operation, freq_write; 
     139         CDuration freq_operation_srv, freq_write_srv; 
    140140 
    141141         StdSize nstep; 
    142          boost::shared_ptr<date::CDate>    last_Write, last_operation; 
    143          boost::shared_ptr<date::CDate>    lastlast_Write_srv,last_Write_srv, last_operation_srv; 
     142         boost::shared_ptr<CDate>    last_Write, last_operation; 
     143         boost::shared_ptr<CDate>    lastlast_Write_srv,last_Write_srv, last_operation_srv; 
    144144          
    145145         boost::shared_ptr<func::CFunctor> foperation; 
  • XIOS/trunk/src/node/file.cpp

    r337 r343  
    130130   { 
    131131     shared_ptr<CContext> context=CObjectFactory::GetObject<CContext>(CObjectFactory::GetCurrentContextId()) ; 
    132      date::CDate& currentDate=context->calendar->getCurrentDate() ; 
     132     CDate& currentDate=context->calendar->getCurrentDate() ; 
    133133     if (! sync_freq.isEmpty()) 
    134134     { 
     
    145145   { 
    146146      shared_ptr<CContext> context=CObjectFactory::GetObject<CContext>(CObjectFactory::GetCurrentContextId()) ; 
    147       date::CDate& currentDate=context->calendar->getCurrentDate() ; 
    148        
    149       if (! sync_freq.isEmpty()) syncFreq = date::CDuration::FromString(sync_freq.getValue()); 
    150       if (! split_freq.isEmpty()) splitFreq = date::CDuration::FromString(split_freq.getValue()); 
    151       if (! output_freq.isEmpty()) outputFreq = date::CDuration::FromString(output_freq.getValue()); 
    152       lastSync=new date::CDate(currentDate) ; 
    153       lastSplit=new date::CDate(currentDate) ; 
     147      CDate& currentDate=context->calendar->getCurrentDate() ; 
     148       
     149      if (! sync_freq.isEmpty()) syncFreq = CDuration::FromString(sync_freq.getValue()); 
     150      if (! split_freq.isEmpty()) splitFreq = CDuration::FromString(split_freq.getValue()); 
     151      if (! output_freq.isEmpty()) outputFreq = CDuration::FromString(output_freq.getValue()); 
     152      lastSync=new CDate(currentDate) ; 
     153      lastSplit=new CDate(currentDate) ; 
    154154      isOpen=false ; 
    155155    } 
     
    166166   { 
    167167     shared_ptr<CContext> context=CObjectFactory::GetObject<CContext>(CObjectFactory::GetCurrentContextId()) ; 
    168      date::CDate& currentDate=context->calendar->getCurrentDate() ; 
     168     CDate& currentDate=context->calendar->getCurrentDate() ; 
    169169     if (! sync_freq.isEmpty()) 
    170170     { 
     
    183183    { 
    184184      shared_ptr<CContext> context=CObjectFactory::GetObject<CContext>(CObjectFactory::GetCurrentContextId()) ; 
    185       date::CDate& currentDate=context->calendar->getCurrentDate() ; 
     185      CDate& currentDate=context->calendar->getCurrentDate() ; 
    186186      if (! split_freq.isEmpty()) 
    187187      { 
     
    202202   { 
    203203      shared_ptr<CContext> context=CObjectFactory::GetObject<CContext>(CObjectFactory::GetCurrentContextId()) ; 
    204       date::CDate& currentDate=context->calendar->getCurrentDate() ; 
     204      CDate& currentDate=context->calendar->getCurrentDate() ; 
    205205       
    206206      std::vector<boost::shared_ptr<CField> >::iterator it, end = this->enabledFields.end(); 
     
    224224         if (!name_suffix.isEmpty()) oss << name_suffix.getValue(); 
    225225//         if (!split_freq.isEmpty()) oss<<"-["<<currentDate.toString()<<"]" ; 
    226          if (!split_freq.isEmpty()) oss<<"_"<<lastSplit->getStryyyymmdd()<<"-"<< (*lastSplit+(splitFreq-1*date::Second)).getStryyyymmdd(); 
     226         if (!split_freq.isEmpty()) oss<<"_"<<lastSplit->getStryyyymmdd()<<"-"<< (*lastSplit+(splitFreq-1*Second)).getStryyyymmdd(); 
    227227         bool multifile=true ; 
    228228         if (!type.isEmpty()) 
  • XIOS/trunk/src/node/file.hpp

    r337 r343  
    108108         void checkFile(void) ; 
    109109         void initFile(void) ; 
    110          date::CDate* lastSync ; 
    111          date::CDate* lastSplit ; 
    112          date::CDuration syncFreq ; 
    113          date::CDuration splitFreq ; 
    114          date::CDuration outputFreq ; 
     110         CDate* lastSync ; 
     111         CDate* lastSplit ; 
     112         CDuration syncFreq ; 
     113         CDuration splitFreq ; 
     114         CDuration outputFreq ; 
    115115         int nbDomain ; 
    116116         bool isOpen ; 
  • XIOS/trunk/src/output/nc4_data_output.cpp

    r337 r343  
    482482 //        ARRAY(double, 1) field_data = field->data_srv; 
    483483         ARRAY_CREATE(time_data, double, 1, [1]); 
    484          if (field->operation.getValue()=="instant") (*time_data)[0] = date::Time(*field->last_Write_srv) 
    485                                                                       -date::Time(context->calendar->getTimeOrigin()); 
    486          else (*time_data)[0] = (date::Time(*field->last_Write_srv)+date::Time(*field->lastlast_Write_srv))/2 
    487                                -date::Time(context->calendar->getTimeOrigin()); 
     484         if (field->operation.getValue()=="instant") (*time_data)[0] = Time(*field->last_Write_srv) 
     485                                                                      -Time(context->calendar->getTimeOrigin()); 
     486         else (*time_data)[0] = (Time(*field->last_Write_srv)+Time(*field->lastlast_Write_srv))/2 
     487                               -Time(context->calendar->getTimeOrigin()); 
    488488            
    489489         if (grid->hasAxis()) // 3D 
     
    562562      void CNc4DataOutput::writeTimeAxis_ 
    563563                  (const boost::shared_ptr<tree::CField>    field, 
    564                    const boost::shared_ptr<date::CCalendar> cal) 
     564                   const boost::shared_ptr<CCalendar> cal) 
    565565      { 
    566566         StdOStringStream oss; 
     
    576576         { 
    577577            SuperClassWriter::addVariable(axisid, NC_DOUBLE, dims); 
    578             date::CDate timeOrigin=cal->getTimeOrigin() ; 
     578            CDate timeOrigin=cal->getTimeOrigin() ; 
    579579//            StdOStringStream oss2; 
    580580//            oss2<<initDate.getYear()<<"-"<<initDate.getMonth()<<"-"<<initDate.getDay()<<" " 
  • XIOS/trunk/src/output/nc4_data_output.hpp

    r337 r343  
    4848            virtual void syncFile_      (void); 
    4949            virtual void writeTimeAxis_  (const boost::shared_ptr<tree::CField>    field, 
    50                                           const boost::shared_ptr<date::CCalendar> cal); 
     50                                          const boost::shared_ptr<CCalendar> cal); 
    5151 
    5252         protected : 
  • XIOS/trunk/src/test/test.cpp

    r335 r343  
    1313using namespace boost::gregorian ; 
    1414using namespace xios; 
    15 using namespace date ; 
    1615 
    1716int main(void) 
Note: See TracChangeset for help on using the changeset viewer.