Changeset 701 for XIOS/trunk/src/io


Ignore:
Timestamp:
09/22/15 10:09:54 (9 years ago)
Author:
rlacroix
Message:

Fix the append mode after r614.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/io/nc4_data_output.cpp

    r692 r701  
    12461246                                     this->getTimeStamp()); 
    12471247 
    1248            SuperClassWriter::addDimension("axis_nbounds", 2); 
     1248           if (!appendMode) 
     1249             SuperClassWriter::addDimension("axis_nbounds", 2); 
    12491250         } 
    12501251         catch (CNetCdfException& e) 
Note: See TracChangeset for help on using the changeset viewer.