mirror of https://github.com/CGAL/cgal
removed erroneous assert
This commit is contained in:
parent
5f0ed6ba7b
commit
8043e62f62
|
|
@ -82,7 +82,6 @@ int main (int argc, char** argv) {
|
|||
|
||||
// Detect registered shapes with the default parameters.
|
||||
ransac.detect(Efficient_ransac::Parameters(), timeout_callback);
|
||||
assert(ransac.shapes().size() > 0);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue