#include "GHS3DPlugin_Hypothesis.hxx"
+#include <Basics_Utils.hxx>
+
#include "SMESH_Gen.hxx"
#include "SMESH_Mesh.hxx"
#include "SMESH_Comment.hxx"
}
}
-class Localizer
-{
-public:
- Localizer()
- {
- myCurLocale = setlocale(LC_NUMERIC, 0);
- setlocale(LC_NUMERIC, "C");
- }
- ~Localizer()
- {
- setlocale(LC_NUMERIC, myCurLocale.c_str());
- }
-private:
- std::string myCurLocale;
-};
-
//=============================================================================
/*!
*
int nbEnforcedVertices)
{
MESSAGE("GHS3DPlugin_GHS3D::readResultFile()");
- Localizer loc;
+ Kernel_Utils::Localizer loc;
struct stat status;
size_t length;
vector <const SMDS_MeshNode*>& theNodeByGhs3dId,
int nbEnforcedVertices) {
- Localizer loc;
+ Kernel_Utils::Localizer loc;
struct stat status;
size_t length;