aTranslationAlgo->build();
// Checking that the algorithm worked properly.
- if (GeomAlgoAPI_Tools::AlgoError::isAlgorithmFailed(aTranslationAlgo, getKind(), anError)) {
+ if (GeomAlgoAPI_Tools::AlgoError::isAlgorithmFailed(
+ aTranslationAlgo, getKind(), anError)) {
setError(anError);
break;
}
aTranslationAlgo->build();
// Checking that the algorithm worked properly.
- if (GeomAlgoAPI_Tools::AlgoError::isAlgorithmFailed(aTranslationAlgo, getKind(), anError)) {
+ if (GeomAlgoAPI_Tools::AlgoError::isAlgorithmFailed(
+ aTranslationAlgo, getKind(), anError)) {
setError(anError);
break;
}