From 0c279bac0af1f9924a1f2d83d3d8490f5859b0bd Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 26 Apr 2001 14:16:20 +0000 Subject: [PATCH] - line too long. --- Packages/H3/include/CGAL/orientation_predicatesH3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/H3/include/CGAL/orientation_predicatesH3.h b/Packages/H3/include/CGAL/orientation_predicatesH3.h index 2b3de7e9c49..c5a7795400e 100644 --- a/Packages/H3/include/CGAL/orientation_predicatesH3.h +++ b/Packages/H3/include/CGAL/orientation_predicatesH3.h @@ -43,7 +43,7 @@ orientation( const PointH3& p, return (Orientation) sign_of_determinant4x4( p.hx(), p.hy(), p.hz(), p.hw(), r.hx(), r.hy(), r.hz(), r.hw(), q.hx(), q.hy(), q.hz(), q.hw(), - s.hx(), s.hy(), s.hz(), s.hw() ); + s.hx(), s.hy(), s.hz(), s.hw()); } template < class R>