Ignore:
Timestamp:
09/15/15 15:15:57 (9 years ago)
Author:
rlacroix
Message:

Use the NetCDF wrapper for inputs for better error checking.

File:
1 edited

Legend:

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

    r685 r686  
    2424         StdString timeid = StdString("time_counter"); 
    2525         SuperClass::type = MULTI_FILE; 
    26 //         if (!exist) 
    27 //            SuperClassWriter::addDimension(timeid); 
    2826      } 
    2927 
     
    4038 
    4139         SuperClass::type = (multifile) ? MULTI_FILE : ONE_FILE; 
    42  
    43  //        if (!exist) 
    44 //            SuperClassWriter::addDimension(timeid); 
    4540      } 
    4641 
Note: See TracChangeset for help on using the changeset viewer.