From 1793e3f30ff229c78a417f312eeb69b136ba3736 Mon Sep 17 00:00:00 2001 From: Viktor UZLOV Date: Wed, 17 Feb 2021 12:28:47 +0300 Subject: [PATCH] for SMESH 64bit --- src/GMSHPlugin/GMSHPlugin_GMSH.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH.cxx index 3576789..8a93372 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH.cxx @@ -131,7 +131,7 @@ bool GMSHPlugin_GMSH::Evaluate(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape, MapShapeNbElems& aResMap) { - std::vector aResVec(SMDSEntity_Last); + std::vector aResVec(SMDSEntity_Last); for(int i=SMDSEntity_Node; i aResVec(SMDSEntity_Last); + std::vector aResVec(SMDSEntity_Last); for(int i=SMDSEntity_Node; i