Remove not empty rois condition in reset()

This commit is contained in:
Maxime Gimeno 2017-07-04 15:46:50 +02:00
parent d878561809
commit b87cbaf765
1 changed files with 0 additions and 2 deletions

View File

@ -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