+ Fix compiler warning

This commit is contained in:
wmayer 2014-02-17 10:45:23 +01:00
parent ea0e7bed89
commit 8de258dded

View File

@ -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);