Ignore:
Timestamp:
07/12/22 16:39:07 (2 years ago)
Author:
jderouillat
Message:

Fix a bug on element names introduced in CGrid::duplicateSentGrid (commit 2351), the bug appeared with many grids in a file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/io/nc4_data_output.hpp

    r1961 r2381  
    128128            bool hasTimeInstant ; 
    129129            bool hasTimeCentered ; 
     130         
     131            std::unordered_multimap< StdString, pair<int,StdString> > relElements_; 
     132 
    130133      }; // class CNc4DataOutput 
    131134 
Note: See TracChangeset for help on using the changeset viewer.