Skip to content

Commit

Permalink
IOSS: io_info - fix reading of change_sets
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Nov 13, 2024
1 parent 5d5be25 commit 45cd431
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 @@ -229,7 +229,7 @@ namespace {
"-----------------------\n");
}
if (cs_name != "/") {
bool success = dbi->open_internal_change_set(cs_name);
bool success = region.load_internal_change_set_mesh(cs_name);
if (!success) {
fmt::print("ERROR: Unable to open change set '{}' in file '{}'\n", cs_name, inpfile);
return;
Expand Down

0 comments on commit 45cd431

Please sign in to comment.