mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
Linux compile fix
This commit is contained in:
parent
32da41faee
commit
c7a4b48224
@ -41,6 +41,7 @@
|
||||
#include "cvfBase.h"
|
||||
#include "cvfObject.h"
|
||||
#include "cvfBoundingBox.h"
|
||||
#include <cmath>
|
||||
|
||||
|
||||
namespace cvf {
|
||||
@ -217,7 +218,7 @@ namespace cvf {
|
||||
BoundingBoxTreeImpl() {}
|
||||
|
||||
private:
|
||||
friend BoundingBoxTree;
|
||||
friend class BoundingBoxTree;
|
||||
|
||||
bool createLeaves();
|
||||
void findIntersections(const cvf::BoundingBox& bb, std::vector<size_t>& bbIds) const;
|
||||
|
Loading…
Reference in New Issue
Block a user