Changeset 706 for XIOS/trunk/src/io


Ignore:
Timestamp:
09/24/15 14:47:56 (9 years ago)
Author:
ymipsl
Message:

Little bug fix on output for strutured grid.
YM

File:
1 edited

Legend:

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

    r705 r706  
    7474                             ? domain->name.getValue() : domain->getId(); 
    7575         StdString appendDomid  = (singleDomain) ? "" : "_"+domid ; 
     76         if (isWrittenDomain(domid)) return ; 
     77         else writtenDomains.insert(domid) ;  
    7678 
    7779 
     
    15971599                    { 
    15981600                      CDomain* domain = CDomain::get(domainList[idxDomain]); 
    1599                       if (! domain->type == CDomain::type_attr::unstructured) 
     1601                      if (domain->type != CDomain::type_attr::unstructured) 
    16001602                      { 
    16011603                        start.push_back(nZoomBeginServer[idx] - nZoomBeginGlobal[idx]); 
Note: See TracChangeset for help on using the changeset viewer.