Bug fixes.

This commit is contained in:
Shai Hirsch 2002-03-19 15:47:43 +00:00
parent cbf915e85c
commit 5bb6a7b6b8
2 changed files with 6 additions and 2 deletions

View File

@ -344,7 +344,7 @@ public:
CGAL_assertion(bound_state_invariant(cv));
#endif
}
return Origin();
return R().construct_point_2_object()(CGAL::ORIGIN);
}
inline Point curve_target(const X_curve & cv,const Bounding_box& bbox) const
@ -384,7 +384,7 @@ public:
CGAL_assertion(bound_state_invariant(cv));
#endif
}
return Origin();
return R().construct_point_2_object()(CGAL::ORIGIN);
}
inline bool curve_is_vertical(const X_curve & cv) const

View File

@ -1,3 +1,7 @@
#define TESTR 2
#define BBOX 2
#define STRATEGY 2
#ifndef VOID_TEST
#include "numrep1.h"
#include <cassert>