- Timestamp:
- 05/12/23 11:40:21 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS2/trunk/src/io/nc4_data_input.cpp
r2477 r2501 148 148 for (int idom=0;idom<domainP.size();idom++) 149 149 { 150 if ( (!domainP[idom]->type.isEmpty())&& (domainP[idom]->type.getValue()!=CDomain::type_attr::unstructured)) 150 if ( (!domainP[idom]->type.isEmpty())&& 151 !(domainP[idom]->type.getValue()==CDomain::type_attr::unstructured || domainP[idom]->type.getValue()==CDomain::type_attr::gaussian)) 151 152 { 152 153 isUnstructuredGrid = false;
Note: See TracChangeset
for help on using the changeset viewer.