Ignore:
Timestamp:
06/12/23 11:47:58 (13 months ago)
Author:
jderouillat
Message:

Fix in nvertex name in case of many domains in a file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/branches/xios-3.0-beta/src/io/nc4_data_output.cpp

    r2480 r2516  
    865865         StdString dimXid = cellName+appendDomid; 
    866866         StdString dimVertId; 
    867          if (domain->nvertex_name.isEmpty()) dimVertId = "nvertex"; 
     867         if (domain->nvertex_name.isEmpty()) dimVertId = "nvertex"+appendDomid; 
    868868         else dimVertId = domain->nvertex_name; 
    869869 
Note: See TracChangeset for help on using the changeset viewer.