Skip to content

Commit

Permalink
BUG: Fix for incorrect cell extraction when SpecifiedRegions
Browse files Browse the repository at this point in the history
  • Loading branch information
PranjalSahu authored and hjmjohnson committed Jan 6, 2022
1 parent 6746880 commit 91c27ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ ConnectedRegionsMeshFilter<TInputMesh, TOutputMesh>::GenerateData()
outCellData->InsertElement(cellId, cellData->Value());
++cellData;
}
inReg = false;
}
}
}
Expand Down

0 comments on commit 91c27ff

Please sign in to comment.