Skip to content

Commit

Permalink
Fixing typo in nestset validation (#1165)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Bauer <andrew.c.bauer@usace.army.mil>
  • Loading branch information
acbauer and Andrew Bauer committed Aug 31, 2023
1 parent d495f3f commit cf8eef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/blueprint/conduit_blueprint_mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ verify_single_domain(const Node &n,
chld, chld_info, "topology", "topologies");
}

log::validation(info["nestets"],nset_res);
log::validation(info["nestsets"],nset_res);
res &= nset_res;
}
}
Expand Down

0 comments on commit cf8eef3

Please sign in to comment.