Ignore:
Timestamp:
11/27/15 09:55:05 (9 years ago)
Author:
rlacroix
Message:

Append mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-1.0/src/output/nc4_data_output.cpp

    r713 r798  
    937937                                     this->getTimeStamp()); 
    938938 
    939            SuperClassWriter::addDimension("axis_nbounds", 2); 
     939           if (!appendMode) 
     940             SuperClassWriter::addDimension("axis_nbounds", 2); 
    940941         } 
    941942         catch (CNetCdfException& e) 
Note: See TracChangeset for help on using the changeset viewer.