Remove extra semicolon after namespace (pedantic error)

This commit is contained in:
Simon Giraudot 2015-12-30 08:31:02 +01:00
parent d46674d0c1
commit bb169a00d0
1 changed files with 1 additions and 1 deletions

View File

@ -767,6 +767,6 @@ The implementation follows \cgalCite{cgal:vla-lod-15}.
};
}; // namespace CGAL
} // namespace CGAL
#endif // CGAL_PLANE_REGULARIZATION_H