mirror of https://github.com/CGAL/cgal
can't check against double()
This commit is contained in:
parent
7a2bf7b808
commit
22e52fc307
|
|
@ -325,7 +325,7 @@ public:
|
|||
*/
|
||||
template <class E>
|
||||
Event_key new_event(const Time &t, const E& cert) {
|
||||
CGAL_precondition(t != Time());
|
||||
//CGAL_precondition(t != Time());
|
||||
//CGAL_exactness_precondition(!(t < current_time()));
|
||||
//if (cert.time() == Time::infinity()) return final_event();
|
||||
//CGAL_assertion(cert.time() < end_time());
|
||||
|
|
|
|||
Loading…
Reference in New Issue