mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
fix an error message
This commit is contained in:
parent
62227816e6
commit
80272b8f05
@ -312,7 +312,7 @@ Driver_Mesh::Status DriverGMF_Write::Perform()
|
|||||||
} // loop on groups
|
} // loop on groups
|
||||||
|
|
||||||
if ( !badGroups.empty() )
|
if ( !badGroups.empty() )
|
||||||
addMessage( SMESH_Comment("Groups including elements of inappropriate geometry:")
|
addMessage( SMESH_Comment("Groups of elements of inappropriate geometry:")
|
||||||
<< badGroups, /*fatal=*/false );
|
<< badGroups, /*fatal=*/false );
|
||||||
|
|
||||||
return DRS_OK;
|
return DRS_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user