Changeset 1305


Ignore:
Timestamp:
10/11/17 18:44:28 (7 years ago)
Author:
ymipsl
Message:

Bug fix : domain is not fill by calling completeLonLatClient (ie lonvalue and latvalue created) after data initialized from generate_rectilinear_domain

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/domain.cpp

    r1284 r1305  
    448448      break; 
    449449     } 
    450 //     completeLonLatClient() ; 
     450     completeLonLatClient() ; 
    451451 
    452452   } 
     
    12171217   { 
    12181218     bool lonlatValueExisted = (0 != lonvalue.numElements()) || (0 != latvalue.numElements()); 
     1219     checkBounds() ; 
    12191220     if (!lonvalue_2d.isEmpty() && !lonlatValueExisted) 
    12201221     { 
     
    15051506     { 
    15061507       hasBounds = false; 
    1507        nvertex = 0; 
    15081508     } 
    15091509   } 
Note: See TracChangeset for help on using the changeset viewer.