From: Artem Zhidkov Date: Tue, 9 Mar 2021 12:54:32 +0000 (+0300) Subject: Analytical interpolation. Minor changes. X-Git-Tag: V9_7_0a1~24^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1605048778cfdd29a65cb5a08ade129417c5469c;hp=23aae48f6eea55b6b429f0869618a087ada42b88;p=modules%2Fshaper.git Analytical interpolation. Minor changes. --- diff --git a/src/BuildAPI/BuildAPI_Interpolation.cpp b/src/BuildAPI/BuildAPI_Interpolation.cpp index 8f1efda8c..196ffeaef 100644 --- a/src/BuildAPI/BuildAPI_Interpolation.cpp +++ b/src/BuildAPI/BuildAPI_Interpolation.cpp @@ -173,7 +173,7 @@ void BuildAPI_Interpolation::dump(ModelHighAPI_Dumper& theDumper) const AttributeIntegerPtr nbStepAttr = numstep(); int nbStep = nbStepAttr->value(); - theDumper<< ", \"" << xt << "\",\"" << yt << "\",\""<< zt<< "\", " ; + theDumper<< ", \"" << xt << "\", \"" << yt << "\", \""<< zt<< "\", " ; theDumper << mint << ", " << maxt << ", "<< nbStep<< ")"<