Suggestions for Part module moving float -> double

This commit is contained in:
jrheinlaender
2013-03-25 17:15:21 +04:30
parent 67a518083d
commit 4c0781a555
11 changed files with 137 additions and 137 deletions

View File

@@ -79,7 +79,7 @@ PyObject* ParabolaPy::compute(PyObject *args)
}
Base::Matrix4D m;
Base::Vector3f v;
Base::Vector3d v;
m[0][0] = v1.y * v1.y;
m[0][1] = v1.y;
m[0][2] = 1;