Update SketchObject.cpp

Initialize variable
This commit is contained in:
mosfet80
2022-03-01 16:27:13 +01:00
committed by wwmayer
parent c181da4461
commit 0b3bb1d365

View File

@@ -3012,7 +3012,7 @@ int SketchObject::split(int GeoId, const Base::Vector3d &point)
std::vector<Constraint *> newConstraints;
Base::Vector3d startPoint, endPoint, splitPoint;
double radius, startAngle, endAngle, splitAngle;
double radius, startAngle, endAngle, splitAngle=0.0;
unsigned int longestPart = 0;