Changeset 948


Ignore:
Timestamp:
09/23/16 14:19:09 (8 years ago)
Author:
ymipsl
Message:

Bug fix : read unstructured grid with one or more axis.

This is a fix but the method for determine grid type from file must be improved.

YM

File:
1 edited

Legend:

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

    r825 r948  
    540540        !this->hasCoordinates(name, path)) 
    541541       return false; 
    542  
     542    else return true ; 
     543     
     544// check this part above     
    543545    StdString dimname = this->getDimensionsList(&name, path).back(); 
    544546 
Note: See TracChangeset for help on using the changeset viewer.