mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
Fix a bug. Quadrangles were added as triangles.
This commit is contained in:
parent
212b8d174e
commit
e02efafc15
@ -214,7 +214,7 @@ SMDS_MeshFace* SMDS_Mesh::AddFace(const SMDS_MeshNode * n1,
|
||||
const SMDS_MeshNode * n3,
|
||||
const SMDS_MeshNode * n4)
|
||||
{
|
||||
return AddFaceWithID(n1,n2,n3, myElementIDFactory->GetFreeID());
|
||||
return AddFaceWithID(n1,n2,n3, n4, myElementIDFactory->GetFreeID());
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user