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:
@@ -93,8 +93,8 @@ App::DocumentObjectExecReturn *SegmentByMesh::execute(void)
|
||||
|
||||
// the clipping plane
|
||||
Base::Vector3f cBase, cNormal;
|
||||
cBase = Base.getValue();
|
||||
cNormal = Normal.getValue();
|
||||
cBase = Base::convertTo<Base::Vector3f>(Base.getValue());
|
||||
cNormal = Base::convertTo<Base::Vector3f>(Normal.getValue());
|
||||
|
||||
|
||||
const MeshKernel& rMeshKernel = kernel->getValue().getKernel();
|
||||
|
||||
Reference in New Issue
Block a user