using bso union and no OpenMP

This commit is contained in:
Sandhyaa Radhakrishnan 2011-08-22 06:21:00 +00:00
parent 4be5cb2f12
commit d57ace521d
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ namespace CGAL {
* \param pgn2 The second polygon.
* \return The resulting polygon with holes, representing the sum.
*/
template <class Kernel, class Container>
Polygon_with_holes_2<Kernel,Container>
minkowski_sum_2 (const Polygon_2<Kernel,Container>& pgn1,