Suggestions for Part module moving float -> double

This commit is contained in:
jrheinlaender
2013-03-25 17:15:21 +04:30
parent 0f8c7cd11b
commit 8cf0b17c1e
11 changed files with 137 additions and 137 deletions

View File

@@ -209,7 +209,7 @@ PyObject* TopoShapeWirePy::fixWire(PyObject *args)
PyObject* TopoShapeWirePy::makeOffset(PyObject *args)
{
float dist;
double dist;
if (!PyArg_ParseTuple(args, "f",&dist))
return 0;
const TopoDS_Wire& w = TopoDS::Wire(getTopoShapePtr()->_Shape);