blob: bb1df36bfd70a5612e82fab1d75364a17ba8abed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/applications/utilities/preProcessing/viewFactorsGen/viewFactorsGen.C b/applications/utilities/preProcessing/viewFactorsGen/viewFactorsGen.C
index 9e9c3d34..00b22082 100644
--- a/applications/utilities/preProcessing/viewFactorsGen/viewFactorsGen.C
+++ b/applications/utilities/preProcessing/viewFactorsGen/viewFactorsGen.C
@@ -119,7 +119,7 @@ typedef std::vector<Triangle>::iterator Iterator;
typedef CGAL::AABB_triangle_primitive<K, Iterator> Primitive;
typedef CGAL::AABB_traits<K, Primitive> AABB_triangle_traits;
typedef CGAL::AABB_tree<AABB_triangle_traits> Tree;
-typedef boost::optional
+typedef std::optional
<
Tree::Intersection_and_primitive_id<Segment>::Type
> Segment_intersection;
|