mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Coding - Isolate long attached comments for clang-format #259
Automatically update code with clang-format disabling for avoiding formatting. You can check the python script in GitHub PR
This commit is contained in:
@@ -2322,7 +2322,9 @@ void FindSplitPoint(SplitDS &theSplitDS,
|
||||
Extrema_ExtCC anExtCC;
|
||||
anExtCC.SetCurve(1, *theSplitDS.myExtCCCurve1);
|
||||
anExtCC.SetCurve(2, *theSplitDS.myCurve);
|
||||
// clang-format off
|
||||
anExtCC.SetSingleSolutionFlag (Standard_True); // Search only one solution since multiple invocations are needed.
|
||||
// clang-format on
|
||||
anExtCC.SetRange(1, 0, theSplitDS.myExtCCLast2DParam);
|
||||
anExtCC.SetRange(2, theMinParam, theMaxParam);
|
||||
anExtCC.Perform();
|
||||
|
Reference in New Issue
Block a user