- line too long.

This commit is contained in:
Sylvain Pion 2001-04-26 14:16:20 +00:00
parent ff6ce1fad5
commit 0c279bac0a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ orientation( const PointH3<R>& 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>