Salome HOME
Fix too long line
authormpv <mpv@opencascade.com>
Tue, 25 Feb 2020 08:11:02 +0000 (11:11 +0300)
committermpv <mpv@opencascade.com>
Tue, 25 Feb 2020 08:11:02 +0000 (11:11 +0300)
src/ModelAPI/ModelAPI_Result.cpp

index 32d04da6bc450a44c15bf0ee0eec3319066aab62..bc838a548f9618d85617b96670d09496261622be 100644 (file)
@@ -39,7 +39,8 @@ void ModelAPI_Result::initAttributes()
   aData->addAttribute(DEFLECTION_ID(), ModelAPI_AttributeDouble::typeId())->setIsArgument(false);
   aData->addAttribute(TRANSPARENCY_ID(), ModelAPI_AttributeDouble::typeId())->setIsArgument(false);
   aData->addAttribute(ISO_LINES_ID(), ModelAPI_AttributeIntArray::typeId())->setIsArgument(false);
-  aData->addAttribute(SHOW_ISO_LINES_ID(), ModelAPI_AttributeBoolean::typeId())->setIsArgument(false);
+  aData->addAttribute(SHOW_ISO_LINES_ID(), ModelAPI_AttributeBoolean::typeId())->
+    setIsArgument(false);
 }
 
 bool ModelAPI_Result::setDisabled(std::shared_ptr<ModelAPI_Result> theThis, const bool theFlag)