Skip to content

Commit ee8726b

Browse files
committed
IOSS: Clean up bad edit
1 parent c868dce commit ee8726b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/seacas/libraries/ioss/src/exonull/Ioexnl_BaseDatabaseIO.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ namespace Ioexnl {
549549
for (int complex_comp = 0; complex_comp < re_im; complex_comp++) {
550550
for (int i = 0; i < comp_count; i++) {
551551
std::string var_name = get_component_name(field, Ioss::Field::InOut::OUTPUT, i + 1);
552+
553+
SMART_ASSERT(m_reductionVariables[type].find(var_name) != m_reductionVariables[type].end())
552554
(type)(var_name);
553555
var_index = m_reductionVariables[type].find(var_name)->second;
554556

0 commit comments

Comments
 (0)