Changeset 2395 for XIOS3/trunk/src/node


Ignore:
Timestamp:
08/31/22 09:36:50 (22 months ago)
Author:
jderouillat
Message:

Add a nvertex_name attribute for Domain

File:
1 edited

Legend:

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

    r2390 r2395  
    18271827       { 
    18281828         this->dim_i_name = writtenDomain->dim_i_name; 
    1829          this->dim_j_name = writtenDomain->dim_j_name; 
     1829         this->nvertex_name = writtenDomain->nvertex_name; 
    18301830       } 
    18311831     } 
     
    18381838       { 
    18391839         this->dim_i_name = "cell_"+this->getId(); 
    1840          this->dim_j_name = "nvertex_"+this->getId(); 
     1840         this->nvertex_name = "nvertex_"+this->getId(); 
    18411841       } 
    18421842     } 
Note: See TracChangeset for help on using the changeset viewer.