.issues/c420501cc5285bbc/new/1221008555.M618213P30017Q11.cole
author Christos Mantoulidis <cmad@stanford.edu>
Tue, 28 Jul 2009 10:58:53 -0700
branchdev
changeset 153 7731c42892de
parent 89 089d799d7ea2
permissions -rwxr-xr-x
Modified WeightedRips::generate() to incorporate the simplex-appearance-value computation (before it would have to be done explicitly by the user by a for-loop after the call to generate())

From: Dmitriy Morozov <morozov@cs.duke.edu>
Date: Tue, 26 Feb 2008 08:00:50 -0500
Subject: Fixed by adding CGAL_NO_ASSERTIONS
Message-Id: <c420501cc5285bbc-d75d85d67d421f7e-artemis@metatron>
References: <c420501cc5285bbc-0-artemis@metatron>
In-Reply-To: <c420501cc5285bbc-0-artemis@metatron>

I suspect the bug in CGAL (since everything works fine with CGAL_NO_ASSERTIONS
set), so I disabled the offending assertion (and all the rest of them) by
setting a CXX flag in CMakeLists.txt.