+ Kernel_Utils::Localizer loc;
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Comment.hxx"
+#include <Basics_Utils.hxx>
+
extern "C"
{
#include "libmesh5.h"
Driver_Mesh::Status DriverGMF_Read::Perform()
{
+ Kernel_Utils::Localizer loc;
+
Status status = DRS_OK;
int dim, version;
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Comment.hxx"
+#include <Basics_Utils.hxx>
+
extern "C"
{
#include "libmesh5.h"
Driver_Mesh::Status DriverGMF_Write::Perform()
{
+ Kernel_Utils::Localizer loc;
+
const int dim = 3, version = sizeof(long) == 4 ? 2 : 3;
int meshID = GmfOpenMesh( myFile.c_str(), GmfWrite, version, dim );