mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
dynamicList update
This commit is contained in:
@ -154,7 +154,6 @@ Foam::labelList Foam::cuttingPlane::intersectEdges
|
||||
|
||||
dynCuttingPoints.shrink();
|
||||
cutPoints_.transfer(dynCuttingPoints);
|
||||
dynCuttingPoints.clear();
|
||||
|
||||
return edgePoint;
|
||||
}
|
||||
|
||||
@ -25,7 +25,6 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "midPointSet.H"
|
||||
#include "DynamicList.H"
|
||||
#include "polyMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "midPointAndFaceSet.H"
|
||||
#include "DynamicList.H"
|
||||
#include "polyMesh.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user