Salome HOME
make PrepareForWriting() public
authoreap <eap@opencascade.com>
Thu, 17 Apr 2008 07:46:51 +0000 (07:46 +0000)
committereap <eap@opencascade.com>
Thu, 17 Apr 2008 07:46:51 +0000 (07:46 +0000)
src/SMESH_I/SMESH_Mesh_i.cxx
src/SMESH_I/SMESH_Mesh_i.hxx

index 87e95bbc7d31d82a8860907f6a286bc7446bb4a8..599d9c6df1488ff3332c2d14194a16384b74a598 100644 (file)
@@ -1437,7 +1437,7 @@ CORBA::Boolean SMESH_Mesh_i::HasDuplicatedGroupNamesMED()
   return _impl->HasDuplicatedGroupNamesMED();
 }
 
-static void PrepareForWriting (const char* file)
+void SMESH_Mesh_i::PrepareForWriting (const char* file)
 {
   TCollection_AsciiString aFullName ((char*)file);
   OSD_Path aPath (aFullName);
index d76ade836c5f56686a17555236a6802b090975e7..20cfca213862c2d94353e55458690fbef715da47 100644 (file)
@@ -310,6 +310,8 @@ public:
   static SMESH::Hypothesis_Status
   ConvertHypothesisStatus (SMESH_Hypothesis::Hypothesis_Status theStatus);
 
+  static void PrepareForWriting (const char* file);
+
   //int importMEDFile( const char* theFileName, const char* theMeshName );
 
   SMESH::SMESH_subMesh_ptr createSubMesh( GEOM::GEOM_Object_ptr theSubShapeObject );