Skip to content

Commit

Permalink
EJOIN: Remove WIP code
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Sep 27, 2024
1 parent 50abb7d commit 06d6f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/applications/ejoin/EJoin.C
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ namespace {

void transfer_nodesets(Ioss::Region &region, Ioss::Region &output_region, bool debug)
{
bool combine_similar = true;
bool combine_similar = false;
const std::string &prefix = region.name();

const Ioss::NodeSetContainer &nss = region.get_nodesets();
Expand Down

0 comments on commit 06d6f3d

Please sign in to comment.