Skip to content

Commit

Permalink
IOSS: io_info -- bbox works for structured mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Apr 15, 2024
1 parent 7298fe3 commit b6271c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/main/io_info.C
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ namespace {
Ioss::Utils::info_fields(&nb, Ioss::Field::TRANSIENT,
prefix + "\tTransient: ", "\n\t\t" + prefix);

if (interFace.compute_bbox()) {
if (interFace.compute_bbox() && region.mesh_type() != Ioss::MeshType::STRUCTURED) {
print_bbox(nb);
}
}
Expand Down

0 comments on commit b6271c3

Please sign in to comment.