]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_Gen_i.hxx
Salome HOME
fix errors after review
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 6b992980827b70fadf87dda4316e0f67cf569e56..0d4f7010889f1dfd43520fe6d9583153a6df67b9 100644 (file)
@@ -71,7 +71,7 @@ public:
   // register object in the internal map and return its id
   int         addObject( const std::string& theIOR );
   // find the object id in the internal map by the IOR
-  smIdType    findId( const std::string& theIOR );
+  int         findId( const std::string& theIOR );
   // get object's IOR by id
   std::string getIORbyId( const int theId );
   // get object's IOR by old id
@@ -286,7 +286,7 @@ public:
    *  returns statistic of mesh elements
    * Result array of number enityties
    */
-  SMESH::long_array* Evaluate(SMESH::SMESH_Mesh_ptr theMesh,
+  SMESH::smIdType_array* Evaluate(SMESH::SMESH_Mesh_ptr theMesh,
                               GEOM::GEOM_Object_ptr theShapeObject);
 
   // Returns true if mesh contains enough data to be computed