Salome HOME
Revert "Merge branch 'yan/parallel_mesh2'"
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_Hypothesis_i.hxx
index 5d728f084fb4e5de66e6d2ef7128169639a35aad..3f9535782d721ef67311e9db4c030ac28579a824 100644 (file)
@@ -113,9 +113,6 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_Hypothesis_i:
   void    SetWorstElemMeasure(CORBA::Short val );
   CORBA::Short GetWorstElemMeasure();
 
-  void    SetNbThreads(CORBA::Short val );
-  CORBA::Short GetNbThreads();
-
   void    SetUseDelauney(CORBA::Boolean toUse);
   CORBA::Boolean GetUseDelauney();
 
@@ -128,7 +125,7 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_Hypothesis_i:
   // Get implementation
   ::NETGENPlugin_Hypothesis* GetImpl();
 
-  // Verify whether hypothesis supports given entity type
+  // Verify whether hypothesis supports given entity type 
   CORBA::Boolean IsDimSupported( SMESH::Dimension type );