+ 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* solnPts = PyList_New(0);
|
||||||
PyObject* solnGeom = PyList_New(0);
|
PyObject* solnGeom = PyList_New(0);
|
||||||
unsigned long count = extss.NbSolution();
|
int count = extss.NbSolution();
|
||||||
if (count != 0) {
|
if (count != 0) {
|
||||||
minDist = extss.Value();
|
minDist = extss.Value();
|
||||||
//extss.Dump(std::cout);
|
//extss.Dump(std::cout);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user