]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Too long line fix
authormpv <mpv@opencascade.com>
Fri, 26 Oct 2018 13:02:32 +0000 (16:02 +0300)
committermpv <mpv@opencascade.com>
Mon, 19 Nov 2018 08:45:52 +0000 (11:45 +0300)
src/Model/Model_Objects.cpp

index 100ec495fe17690c3aabbd1a8277053680e4861a..2a66adc60e466d8b716d493ae39dda1b1f8d9809 100644 (file)
@@ -1877,7 +1877,7 @@ void Model_Objects::updateResults(FeaturePtr theFeature, std::set<FeaturePtr>& t
             std::shared_ptr<ModelAPI_ResultPart> aNewP = createPart(theFeature->data(), aResIndex);
             theFeature->setResult(aNewP, aResIndex);
             if (!aNewP->partDoc().get())
-              // create the part result: it is better to restore the previous result if it is possible
+              // create the part result: it is better to restore the previous result if possible
               theFeature->execute();
           }
         } else if (aGroup->Get() == ModelAPI_ResultConstruction::group().c_str()) {