X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_ExtrusionBoolean.cpp;h=bc514dcd603c3cceaa458291ccbded42c4722e36;hb=5c7800057bef826f4dfcd151a05b18ca5c69a08a;hp=7fceaf80489907bfbb16bcb6e004d7f4ac0a384a;hpb=8ca8dcce41467a32024022e8930716d0d635d82f;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_ExtrusionBoolean.cpp b/src/FeaturesPlugin/FeaturesPlugin_ExtrusionBoolean.cpp index 7fceaf804..bc514dcd6 100755 --- a/src/FeaturesPlugin/FeaturesPlugin_ExtrusionBoolean.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_ExtrusionBoolean.cpp @@ -35,7 +35,7 @@ void FeaturesPlugin_ExtrusionBoolean::initMakeSolidsAttributes() //================================================================================================= void FeaturesPlugin_ExtrusionBoolean::makeSolids(const ListOfShape& theFaces, ListOfShape& theResults, - std::list>& theAlgos) + ListOfMakeShape& theAlgos) { // Getting extrusion sizes. double aToSize = 0.0; @@ -79,7 +79,7 @@ void FeaturesPlugin_ExtrusionBoolean::makeSolids(const ListOfShape& theFaces, // Checking that the algorithm worked properly. if(!aPrismAlgo->isDone() || !aPrismAlgo->shape().get() || aPrismAlgo->shape()->isNull() || !aPrismAlgo->isValid()) { - setError("Extrusion algorithm failed"); + setError("Error: Extrusion algorithm failed."); theResults.clear(); return; }