mirror of https://github.com/CGAL/cgal
Remove not empty rois condition in reset()
This commit is contained in:
parent
d878561809
commit
b87cbaf765
|
|
@ -823,8 +823,6 @@ public:
|
|||
*/
|
||||
void reset()
|
||||
{
|
||||
if(roi.empty()) { return; } // no ROI to reset
|
||||
|
||||
region_of_solution(); // since we are using original vector
|
||||
|
||||
//restore the current positions to be the original positions
|
||||
|
|
|
|||
Loading…
Reference in New Issue