mirror of https://github.com/CGAL/cgal
resetting number of generic sphere/iso_cuboid_3 intersection tests
This commit is contained in:
parent
69cc884e54
commit
b5acb03946
|
|
@ -441,7 +441,7 @@ public:
|
|||
}
|
||||
|
||||
// generic inside
|
||||
for(int i=0; i<10000000; ++i)
|
||||
for(int i=0; i<N; ++i)
|
||||
{
|
||||
int mx = this->r.get_int(this->m, this->M);
|
||||
int my = this->r.get_int(this->m, this->M);
|
||||
|
|
|
|||
Loading…
Reference in New Issue