[TD] minor fixes

- typos and code formatting as reported by the CI
- some more re-sorting
This commit is contained in:
Uwe
2023-01-09 11:33:23 +01:00
parent a963ca5f8c
commit ce4a916875
6 changed files with 36 additions and 34 deletions

View File

@@ -404,7 +404,7 @@ bool DrawUtil::apparentIntersection(TopoDS_Edge& edge0, TopoDS_Edge& edge1, gp_P
return true;
}
gp_Vec g(D - C);//betwen a point on each line
gp_Vec g(D - C);//between a point on each line
Base::Console().Message("DU::apparentInter - C: %s D: %s g: %s\n", formatVector(C).c_str(),
formatVector(D).c_str(), formatVector(g).c_str());