mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-06 04:37:55 +08:00
0031939: Coding - correction of spelling errors in comments [part 8]
Fix various typos Fixed via codespell v2.1.dev
This commit is contained in:
@@ -306,14 +306,14 @@ Handle(Geom2d_Curve) UnitsMethods::DegreeToRadian
|
||||
else if (aPcurve->IsKind(STANDARD_TYPE(Geom2d_Parabola))) {
|
||||
#ifdef OCCT_DEBUG
|
||||
std::cout << "PCURVE of Parabola type" << std::endl;
|
||||
std::cout << "Parameters Not Yet transformed according to LenghtUnit" << std::endl;
|
||||
std::cout << "Parameters Not Yet transformed according to LengthUnit" << std::endl;
|
||||
#endif
|
||||
return aPcurve;
|
||||
}
|
||||
else if (aPcurve->IsKind(STANDARD_TYPE(Geom2d_Hyperbola))) {
|
||||
#ifdef OCCT_DEBUG
|
||||
std::cout << "PCURVE of Hyperbola type" << std::endl;
|
||||
std::cout << "Parameters Not Yet transformed according to LenghtUnit" << std::endl;
|
||||
std::cout << "Parameters Not Yet transformed according to LengthUnit" << std::endl;
|
||||
#endif
|
||||
return aPcurve;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user