From: Clarisse Genrault Date: Fri, 7 Aug 2020 13:19:51 +0000 (+0200) Subject: Fixed issue of doubles with comma X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2a0dbec8c286b726eb4edbd65e8538bd3a2f355;p=modules%2Fshaper.git Fixed issue of doubles with comma --- diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_ROOTExport.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_ROOTExport.cpp index 476b075eb..df0106062 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_ROOTExport.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_ROOTExport.cpp @@ -22,6 +22,8 @@ #include #include +#include + //================================================================================================= GeomAlgoAPI_ROOTExport::GeomAlgoAPI_ROOTExport(const std::string& theFileName) @@ -49,17 +51,10 @@ void GeomAlgoAPI_ROOTExport::buildBox(const std::string& theObjectName, const double theDX, const double theDY, const double theDZ) { std::cout<<"buildBox"<