can't check against double()

This commit is contained in:
Daniel Russel 2007-01-25 00:32:06 +00:00
parent 7a2bf7b808
commit 22e52fc307
1 changed files with 1 additions and 1 deletions

View File

@ -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());