Skip to content
Snippets Groups Projects
Commit da4f8e69 authored by andy's avatar andy
Browse files

STYLE: Minor code formatting

parent df243203
Branches
Tags
No related merge requests found
......@@ -106,3 +106,5 @@ inline int CGAL::indexedFace<Gt, Fb>::faceIndex() const
return index_;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -228,3 +228,6 @@ bool CGAL::outsideTriangle
|| (v1.farPoint() || v1.ppSlave())
|| (v2.farPoint() || v2.ppSlave());
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment