mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +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:
@@ -481,7 +481,9 @@ Standard_Integer STEPConstruct_UnitContext::ComputeTolerance
|
||||
Standard_Real LengthUncertainty = aUMWU->ValueComponent();
|
||||
// Update it according to the Length Unit Factor
|
||||
//pdn r_47-sd.stp to choose minimal uncertainty
|
||||
// clang-format off
|
||||
if(theUncertainty > LengthUncertainty) theUncertainty = LengthUncertainty; // *lengthFactor; fait par appelant
|
||||
// clang-format on
|
||||
hasUncertainty = Standard_True;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user