mirror of https://github.com/CGAL/cgal
identation
This commit is contained in:
parent
e5a6eb10b2
commit
031d752c8d
|
|
@ -399,10 +399,10 @@ template < class SK > \
|
|||
operator() ( const typename SK::Polynomials_for_circle_3 &eq )
|
||||
{ return Rep(construct_circle_3<SK>(eq)); }
|
||||
|
||||
qualified_result_type operator() (const Circular_arc_3 & a) const
|
||||
qualified_result_type
|
||||
operator() (const Circular_arc_3 & a) const
|
||||
{ return (a.rep().supporting_circle()); }
|
||||
|
||||
|
||||
};
|
||||
|
||||
template <class SK>
|
||||
|
|
|
|||
Loading…
Reference in New Issue