Integrate Werners & Jans double branch
Move from float to double Further suggestions for float -> double move Moved Tools2D from float to double More suggestions for float->double move from Gui subdirectory Changes to FEM constraint visuals for float->double move Suggested changes for float -> double move Suggestions for Part module moving float -> double
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user