mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
initial mattijsLib merge
This commit is contained in:
@ -34,8 +34,8 @@ Description
|
||||
#include "labelHashSet.H"
|
||||
#include "triSurface.H"
|
||||
#include "pointIndexHit.H"
|
||||
#include "octreeDataTriSurface.H"
|
||||
#include "octree.H"
|
||||
#include "treeDataTriSurface.H"
|
||||
#include "indexedOctree.H"
|
||||
#include "meshTools.H"
|
||||
#include "plane.H"
|
||||
#include "Random.H"
|
||||
@ -120,7 +120,7 @@ void Foam::edgeIntersections::intersectEdges
|
||||
}
|
||||
|
||||
// Construct octree.
|
||||
const octree<octreeDataTriSurface>& tree = querySurf2.tree();
|
||||
const indexedOctree<treeDataTriSurface>& tree = querySurf2.tree();
|
||||
|
||||
|
||||
label nHits = 0;
|
||||
|
||||
Reference in New Issue
Block a user