Salome HOME
Change the hypothesis member status from private to protected in GHS3DPlugin_GHS3D... BR_new_bop3
authorrnc <rnc@opencascade.com>
Mon, 3 Jun 2013 14:38:18 +0000 (14:38 +0000)
committerrnc <rnc@opencascade.com>
Mon, 3 Jun 2013 14:38:18 +0000 (14:38 +0000)
src/GHS3DPlugin/GHS3DPlugin_GHS3D.hxx

index 348987901a0b80b1ada45ec37aa976b15f9800af..7ac6009c3a91396b9e48237fa06428de992fe2cf 100644 (file)
@@ -81,6 +81,10 @@ public:
 
   static const char* Name() { return "GHS3D_3D"; }
 
+protected:
+  const GHS3DPlugin_Hypothesis* _hyp;
+  const StdMeshers_ViscousLayers* _viscousLayersHyp;
+   
 private:
 
   bool         storeErrorDescription(const TCollection_AsciiString& logFile,
@@ -90,8 +94,6 @@ private:
   int  _iShape;
   int  _nbShape;
   bool _keepFiles;
-  const GHS3DPlugin_Hypothesis* _hyp;
-  const StdMeshers_ViscousLayers* _viscousLayersHyp;
   SALOMEDS::Study_var myStudy;
   SMESH_Gen_i* smeshGen_i;