mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 17:50:34 +05:00
Fix a bug reported to SALOME forum at "Bug: Salome 6.3.1 Auto Tetrahedron meshing" discussion
This commit is contained in:
parent
e8367fb018
commit
c267141b79
@ -1096,7 +1096,7 @@ bool SMESH_Mesh::HasModificationsToDiscard() const
|
||||
return true;
|
||||
}
|
||||
|
||||
if ( !hasComputed )
|
||||
if ( NbNodes() < 1 )
|
||||
const_cast<SMESH_Mesh*>(this)->_isModified = false;
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user