Ignore:
Timestamp:
05/25/11 15:19:14 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/output/nc4_data_output.cpp

    r202 r204  
    411411         { 
    412412            SuperClassWriter::addVariable(axisid, NC_DOUBLE, dims); 
    413             this->writeTimeAxisAttributes(axisid, 
    414                                          cal->getId(), 
    415                                          "lol", 
    416                                          "lol"); 
     413            this->writeTimeAxisAttributes 
     414               (axisid, cal->getId(), 
     415                StdString("seconds since ").append(cal->getInitDate().toString()), 
     416                cal->getInitDate().toString()); 
    417417         } 
    418418 
Note: See TracChangeset for help on using the changeset viewer.