mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-31 01:20:53 +08:00
Remove remaining early breaks in OMP loops (see #5)
This commit is contained in:
@@ -478,7 +478,6 @@ static bool ComputeMathOpWithNearestNeighbor( const CorePoints& corePoints,
|
||||
{
|
||||
//process cancelled by the user
|
||||
error = "Process cancelled";
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user