Skip to content

Commit

Permalink
Fixing typo in nestset validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bauer committed Aug 31, 2023
1 parent d495f3f commit 7db1bba
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 7db1bba

Please sign in to comment.