add a comment

This commit is contained in:
Maxime Gimeno 2021-03-29 15:23:24 +02:00
parent 2019309288
commit fe5f6556b9
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class CircleC3 {
typedef typename R_::Direction_3 Direction_3; typedef typename R_::Direction_3 Direction_3;
typedef typename R_::FT FT; typedef typename R_::FT FT;
//using a boost::tuple because std::pair and tuple cannot work with incomplete types.
typedef boost::tuple<Sphere_3, Plane_3> Rep; typedef boost::tuple<Sphere_3, Plane_3> Rep;