Remove remaining early breaks in OMP loops (see #5)

This commit is contained in:
Romain Janvier
2024-03-11 21:59:21 +01:00
parent ea3f3f1a0f
commit 8aa8f054d4
4 changed files with 0 additions and 5 deletions
-1
View File
@@ -478,7 +478,6 @@ static bool ComputeMathOpWithNearestNeighbor( const CorePoints& corePoints,
{
//process cancelled by the user
error = "Process cancelled";
break;
}
}
}