source typo fixes pt2 (only on py3 merged code)

This commit is contained in:
Kunda
2017-02-27 19:18:00 -05:00
committed by wmayer
parent 06b10a4061
commit 0485edd560
33 changed files with 169 additions and 169 deletions

View File

@@ -3145,7 +3145,7 @@ static PyObject * useMesh(PyObject *self, PyObject *args)
// Count of Triangles
m.CountFacets();
// Neigbour triangles
// Neighbour triangles
unsigned long idx1,idx2,idx3,idx=0;
m.GetFacetNeighbours(idx,idx1,idx2,idx3);