dynamicList update

This commit is contained in:
mattijs
2008-09-17 11:59:50 +01:00
41 changed files with 146 additions and 151 deletions

View File

@ -154,7 +154,6 @@ Foam::labelList Foam::cuttingPlane::intersectEdges
dynCuttingPoints.shrink();
cutPoints_.transfer(dynCuttingPoints);
dynCuttingPoints.clear();
return edgePoint;
}

View File

@ -25,7 +25,6 @@ License
\*---------------------------------------------------------------------------*/
#include "midPointSet.H"
#include "DynamicList.H"
#include "polyMesh.H"
#include "addToRunTimeSelectionTable.H"

View File

@ -25,7 +25,6 @@ License
\*---------------------------------------------------------------------------*/
#include "midPointAndFaceSet.H"
#include "DynamicList.H"
#include "polyMesh.H"
#include "addToRunTimeSelectionTable.H"