Skip to content

Commit

Permalink
IOSS: Do not compare base_filename property
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jul 18, 2024
1 parent c60359f commit b8cfea3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/seacas/libraries/ioss/src/Ioss_Compare.C
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,11 @@ namespace {
// the filenames match.
continue;
}
if (property == "base_filename") {
// IGNORE the base_filename. This is generally the base portion of the filename; we don't care whether
// the filenames match.
continue;
}

// ALLOW the regions to have different names (when copying between databases, io_shell
// will create "region_1" (input) and "region_2" (output))
Expand Down

0 comments on commit b8cfea3

Please sign in to comment.