Ignore:
Timestamp:
05/29/24 19:23:08 (7 weeks ago)
Author:
ymipsl
Message:
  • Recheck grid/domain/axis/scalar after reading grid from file, otherwise some attributes are not taking into account.

YM

File:
1 edited

Legend:

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

    r2613 r2632  
    17601760   CATCH_DUMP_ATTR 
    17611761 
    1762    void CDomain::checkAttributes(void) 
    1763    TRY 
    1764    { 
    1765       if (this->checkAttributes_done_) return; 
     1762   void CDomain::checkAttributes(bool recheck) 
     1763   TRY 
     1764   { 
     1765      if (!recheck && checkAttributes_done_) return ; 
    17661766      this->checkDomain(); 
    17671767      this->compute2dBox() ; 
     
    18041804   } 
    18051805   CATCH_DUMP_ATTR 
     1806 
     1807 
    18061808 
    18071809   size_t CDomain::computeAttributesHash( MPI_Comm comm ) 
Note: See TracChangeset for help on using the changeset viewer.