From 1605048778cfdd29a65cb5a08ade129417c5469c Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Tue, 9 Mar 2021 15:54:32 +0300 Subject: [PATCH 1/1] Analytical interpolation. Minor changes. --- src/BuildAPI/BuildAPI_Interpolation.cpp | 2 +- src/BuildPlugin/doc/interpolationFeature.rst | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) 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<< ")"<