Ignore:
Timestamp:
09/08/10 15:02:31 (14 years ago)
Author:
hozdoba
Message:

Mise à jour intermédiaire ...
A venir : commit d'une version stable intégrant l'écriture de fichiers NetCDF4.
(en cours de finalisation actuellement)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/date.hpp

    r119 r120  
    2727         friend std::ostream& operator<<(std::ostream& out, const Date& d) 
    2828         { 
    29             out << d.day  << "/" << d.month  << "/" << d.year   << "-" 
    30                 << d.hour << ":" << d.minute << ":" << d.second; 
     29            out << d.day  << '/' << d.month  << '/' << d.year   << '-' 
     30                << d.hour << ':' << d.minute << ':' << d.second; 
    3131            return (out); 
    3232         } 
     
    6060            if (month == 0 ) { year--; month = 12; } 
    6161         } 
     62 
    6263         void setYear  (int newyear)  { year  = newyear; } 
    6364 
Note: See TracChangeset for help on using the changeset viewer.