Salome HOME
untabify
authoreap <eap@opencascade.com>
Thu, 20 Dec 2012 15:35:56 +0000 (15:35 +0000)
committereap <eap@opencascade.com>
Thu, 20 Dec 2012 15:35:56 +0000 (15:35 +0000)
src/SMESH_I/SMESH_Gen_i.cxx

index eb604c7be1b108ba014a8a982af044f5b48429f6..4b26696015ec8c26c935a8aac3499e27ba63de65 100644 (file)
@@ -1034,9 +1034,9 @@ SMESH::mesh_array* SMESH_Gen_i::CreateMeshesFromMEDorSAUV( const char* theFileNa
       // publish mesh in the study
       SALOMEDS::SObject_wrap aSO;
       if ( CanPublishInStudy( mesh ) )
-       // little trick: for MED file theFileName and theFileNameForPython are the same, but they are different for SAUV
-       // - as names of meshes are stored in MED file, we use them for data publishing
-       // - as mesh name is not stored in UNV file, we use file name as name of mesh when publishing data
+        // little trick: for MED file theFileName and theFileNameForPython are the same, but they are different for SAUV
+        // - as names of meshes are stored in MED file, we use them for data publishing
+        // - as mesh name is not stored in UNV file, we use file name as name of mesh when publishing data
         aSO = PublishMesh( myCurrentStudy, mesh.in(), ( theFileName == theFileNameForPython ) ? (*it).c_str() : aFileName.c_str() );
       if ( !aSO->_is_nil() ) {
         // Python Dump