Skip to content

Commit 15ea078

Browse files
committed
EAMxx: fix horiz remapper cleanup
1 parent 256b478 commit 15ea078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/eamxx/src/share/grid/remap/horiz_interp_remapper_base.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ void HorizInterpRemapperBase::clean_up ()
278278
m_src_fields.clear();
279279
m_tgt_fields.clear();
280280
m_ov_fields.clear();
281+
m_needs_remap.clear();
281282

282283
// Reset the state of the base class
283284
m_state = RepoState::Clean;

0 commit comments

Comments
 (0)