diff --git a/src/meshlabplugins/meshfilter/quadric5.h b/src/meshlabplugins/meshfilter/quadric5.h index 25465d67e..74c0b0805 100644 --- a/src/meshlabplugins/meshfilter/quadric5.h +++ b/src/meshlabplugins/meshfilter/quadric5.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log$ +Revision 1.6 2008/04/26 12:50:32 pirosu +commented assert + Revision 1.5 2008/04/04 10:03:51 cignoni Solved namespace ambiguities caused by the removal of a silly 'using namespace' in meshmodel.h @@ -332,7 +335,7 @@ public: } // failed to find a valid vertex switch - assert(-c <= 1e-8); // small error + // assert(-c <= 1e-8); // small error c = 0; // rounds up to zero }