+ Fix compiler warning
This commit is contained in:
parent
ea0e7bed89
commit
8de258dded
|
@ -1501,7 +1501,7 @@ PyObject* TopoShapePy::distToShape(PyObject *args)
|
|||
}
|
||||
PyObject* solnPts = PyList_New(0);
|
||||
PyObject* solnGeom = PyList_New(0);
|
||||
unsigned long count = extss.NbSolution();
|
||||
int count = extss.NbSolution();
|
||||
if (count != 0) {
|
||||
minDist = extss.Value();
|
||||
//extss.Dump(std::cout);
|
||||
|
|
Loading…
Reference in New Issue
Block a user