Skip to content

Commit

Permalink
TESTING: removed ws. Was detected in workflow [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Oct 16, 2024
1 parent 16e7342 commit 180d199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/applications/conjoin/Conjoin.C
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ namespace {

global->elementCount = goffset;
global_element_map.resize(goffset);
if (goffset == 0) {
if (goffset == 0) {
return;
}

Expand All @@ -1546,7 +1546,7 @@ namespace {
// The global_element_map may or may not be globally sorted; however, each
// block is sorted, so if we do the iteration by blocks, we can
// use lower_bound instead of doing global searches...
for (auto &glob_block : glob_blocks) {
for (auto &glob_block : glob_blocks) {

auto gm_begin = global_element_map.begin() + glob_block.offset_;
auto gm_end = gm_begin + glob_block.elementCount;
Expand Down

0 comments on commit 180d199

Please sign in to comment.