Merge commit '47e79756d17ae312d89d3617289bccabcb4bcf66' into BoolStm

This commit is contained in:
Riccardo Elitropi
2024-02-14 08:32:48 +01:00
64 changed files with 1860 additions and 1633 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ SurfTriMesh::Clear( void)
//----------------------------------------------------------------------------
int
SurfTriMesh::AddVertex( const Point3d& ptVert, const double dU, const double dV)
SurfTriMesh::AddVertex( const Point3d& ptVert, double dU, double dV)
{
// imposto ricalcolo
m_nStatus = TO_VERIFY ;