RET::Sign -> Sgn

This commit is contained in:
Michael Hemmer 2008-09-24 12:10:19 +00:00
parent b52c7a09e9
commit d0fc8d19d0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ int main(){
BOOST_STATIC_ASSERT((::boost::is_same<CGAL::Tag_false,Is_real_embeddable>::value));
CGAL_IS_RET_NULL_FUNCTOR(Abs);
CGAL_IS_RET_NULL_FUNCTOR(Sign);
CGAL_IS_RET_NULL_FUNCTOR(Sgn);
CGAL_IS_RET_NULL_FUNCTOR(Is_finite);
CGAL_IS_RET_NULL_FUNCTOR(Is_positive);
CGAL_IS_RET_NULL_FUNCTOR(Is_negative);