EgtGeomKernel 1.5e5 :

- corr a SurfTriMesh::CreateByTwoCurves (andava in loop infinito).
This commit is contained in:
Dario Sassi
2014-05-15 08:19:16 +00:00
parent 2b0b6800cb
commit 7bcd0813f9
3 changed files with 12 additions and 10 deletions
+2
View File
@@ -136,6 +136,8 @@ PolyLine::GetFirstUPoint( double* pdPar, Point3d* pptP) const
bool
PolyLine::GetNextUPoint( double* pdPar, Point3d* pptP, bool bNotLast) const
{
if ( m_iter == m_lUPoints.end())
return false ;
++ m_iter ;
if ( m_iter == m_lUPoints.end())
return false ;