Ignore:
Timestamp:
06/06/17 17:09:31 (7 years ago)
Author:
yushan
Message:

branch re-merged with trunk @1156

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/src/io/nc4_data_output.cpp

    r1156 r1157  
    18331833 
    18341834         singleDomain = (file->nbDomains == 1); 
    1835  
    18361835         StdString conv_str ; 
    18371836         if (file->convention_str.isEmpty()) 
     
    18411840         } 
    18421841         else conv_str=file->convention_str ; 
    1843             
     1842 
     1843 
    18441844         try 
    18451845         { 
     
    22742274                } 
    22752275 
    2276  
    22772276                CTimer::get("Files : writing data").resume(); 
    22782277                SuperClassWriter::writeData(fieldData, fieldid, isCollective, field->getNStep() - 1, &start, &count); 
Note: See TracChangeset for help on using the changeset viewer.