mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: fix merge/rebase artifact
This commit is contained in:
@ -51,7 +51,7 @@ _foamEcho "Locating ThirdParty directory"
|
||||
|
||||
for WM_THIRD_PARTY_DIR in \
|
||||
"$WM_PROJECT_DIR/ThirdParty" \
|
||||
"$prefixDir/ThirdParty-$FOAM_API" \
|
||||
"$prefixDir/ThirdParty-$WM_PROJECT_VERSION" \
|
||||
"$prefixDir/ThirdParty-v$FOAM_API" \
|
||||
"$prefixDir/ThirdParty-$FOAM_API" \
|
||||
"$prefixDir/ThirdParty-common" \
|
||||
|
||||
@ -878,8 +878,6 @@ void Foam::boundaryCutter::updateMesh(const mapPolyMesh& morphMap)
|
||||
|
||||
if (newStart >= 0 && newEnd >= 0)
|
||||
{
|
||||
const labelList& addedPoints = iter.object();
|
||||
|
||||
labelList newAddedPoints(addedPoints.size());
|
||||
label newI = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user