From f2a0dbec8c286b726eb4edbd65e8538bd3a2f355 Mon Sep 17 00:00:00 2001 From: Clarisse Genrault Date: Fri, 7 Aug 2020 15:19:51 +0200 Subject: [PATCH] Fixed issue of doubles with comma --- src/GeomAlgoAPI/GeomAlgoAPI_ROOTExport.cpp | 23 ++++++++++++---------- src/GeomAlgoAPI/GeomAlgoAPI_ROOTExport.h | 2 ++ 2 files changed, 15 insertions(+), 10 deletions(-) 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"<