Salome HOME
[bos #38045][EDF] (2023-T3) suppress compilation warnings of new and refactored classes.
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_NETGEN_2D_SA.hxx
index 99e47065ec6bada4722c8bbb7f61d2d4ac2815f3..5f4c028a028fdf92f278bce271eff99e3c54a5e6 100644 (file)
@@ -55,8 +55,9 @@ public:
                            std::map<int,const SMDS_MeshNode*>& premeshedNodes, 
                            std::map<int,std::vector<double>>& newNetgenCoordinates,
                            std::map<int,std::vector<smIdType>>& newNetgenElements );
-protected:
+private:
   
+  bool checkOrientationFile( const std::string element_orientation_file );
   void fillHyp(const std::string param_file, netgen_params aParams);
 };