Salome HOME
Modifications to properly handle parallel compute for 2D
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 4fa3a355d4626bb0150768b32c40a7b0ede1dc2b..adb4c03f6a8c54eee8d34322b88e1b1ded9a27b3 100644 (file)
@@ -397,6 +397,7 @@ class SMESH_EXPORT SMESH_Mesh
   virtual void wait(){};
 
   virtual bool IsParallel(){throw SALOME_Exception("Calling SMESH_Mesh::IsParallel");return false;};
+  virtual int GetParallelElement(){throw SALOME_Exception("Calling SMESH_Mesh::GetParallelElement");return 0;};
 
   virtual bool ComputeSubMeshes(
             SMESH_Gen* gen,