Changeset 2545


Ignore:
Timestamp:
08/29/23 17:02:18 (9 months ago)
Author:
ymipsl
Message:

Bug fix when reading unstructured grid file with online reader
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/domain.cpp

    r2507 r2545  
    13531353   { 
    13541354     bool lonlatValueExisted = (0 != lonvalue.numElements()) || (0 != latvalue.numElements()); 
     1355     checkLonLat() ; 
    13551356     checkBounds() ; 
    13561357     checkArea() ; 
Note: See TracChangeset for help on using the changeset viewer.