mirror of https://github.com/CGAL/cgal
Bug fixes.
This commit is contained in:
parent
cbf915e85c
commit
5bb6a7b6b8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
#define TESTR 2
|
||||
#define BBOX 2
|
||||
#define STRATEGY 2
|
||||
|
||||
#ifndef VOID_TEST
|
||||
#include "numrep1.h"
|
||||
#include <cassert>
|
||||
|
|
|
|||
Loading…
Reference in New Issue