Skip to content

Commit 1835a84

Browse files
committed
Formatting.
1 parent 1df0ea1 commit 1835a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/geometry/CPhysicalGeometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10578,7 +10578,7 @@ void CPhysicalGeometry::SetWallDistance(CADTElemClass* WallADT, const CConfig* c
1057810578
SU2_OMP_PARALLEL {
1057910579
SU2_OMP_FOR_(
1058010580
#ifndef __SANITIZE_THREAD__
10581-
schedule(dynamic, roundUpDiv(nPoint, 2 * omp_get_max_threads()))
10581+
schedule(dynamic, roundUpDiv(nPoint, 2 * omp_get_max_threads()))
1058210582
#endif
1058310583
)
1058410584
for (unsigned long iPoint = 0; iPoint < GetnPoint(); ++iPoint) {

0 commit comments

Comments
 (0)