Skip to content

Commit 4366d5c

Browse files
committed
Formatting.
1 parent 8802c66 commit 4366d5c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Common/src/geometry/CPhysicalGeometry.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10575,13 +10575,12 @@ void CPhysicalGeometry::SetWallDistance(CADTElemClass* WallADT, const CConfig* c
1057510575
/*--- Solid wall boundary nodes are present. Compute the wall
1057610576
distance for all nodes. ---*/
1057710577

10578-
SU2_OMP_PARALLEL
10579-
{
10580-
#ifdef __SANITIZE_THREAD__
10578+
SU2_OMP_PARALLEL {
10579+
#ifdef __SANITIZE_THREAD__
1058110580
SU2_OMP_FOR_()
10582-
#else
10581+
#else
1058310582
SU2_OMP_FOR_DYN(roundUpDiv(nPoint, 2 * omp_get_max_threads()))
10584-
#endif
10583+
#endif
1058510584
for (unsigned long iPoint = 0; iPoint < GetnPoint(); ++iPoint) {
1058610585
unsigned short markerID;
1058710586
unsigned long elemID;

0 commit comments

Comments
 (0)