From: mpv Date: Fri, 19 May 2017 08:04:49 +0000 (+0300) Subject: Tune the parametric update in the big model test X-Git-Tag: V_2.7.1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=896669534d7b089c705c738490c65dbbdf1922b2;p=modules%2Fshaper.git Tune the parametric update in the big model test --- diff --git a/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp b/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp index a900563c4..20ca1084c 100644 --- a/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp +++ b/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp @@ -345,7 +345,7 @@ std::string ModelHighAPI_FeatureStore::dumpShape(std::shared_ptr& std::shared_ptr aCenter = GeomAlgoAPI_ShapeTools::centreOfMass(theShape); aResult<<"Center of mass: "; double aCenterVals[3] = {aCenter->x(), aCenter->y(), aCenter->z()}; - dumpArray(aResult, aCenterVals, 3); + dumpArray(aResult, aCenterVals, 3, 5); aResult<