Skip to content

Commit 4b05b57

Browse files
committed
STYLE: Apply clang-format
1 parent 0a7fc93 commit 4b05b57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Common/src/geometry/CPhysicalGeometry.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4367,7 +4367,8 @@ void CPhysicalGeometry::SetPositive_ZArea(CConfig* config) {
43674367
config->SetRefArea(TotalPositiveYArea);
43684368

43694369
if (config->GetRefArea() < 1.0e-10) {
4370-
SU2_MPI::Error("Computed reference area is zero. Please set REF_AREA explicitly in the config file.", "SetPositive_ZArea");
4370+
SU2_MPI::Error("Computed reference area is zero. Please set REF_AREA explicitly in the config file.",
4371+
"SetPositive_ZArea");
43714372
}
43724373

43734374
if (rank == MASTER_NODE) {
@@ -7021,9 +7022,9 @@ void CPhysicalGeometry::FindUniqueNode_PeriodicBound(const CConfig* config) {
70217022
* ---*/
70227023
}
70237024
break; // Actually no more than one streamwise periodic marker pair is allowed
7024-
} // receiver conditional
7025-
} // periodic conditional
7026-
} // marker loop
7025+
} // receiver conditional
7026+
} // periodic conditional
7027+
} // marker loop
70277028

70287029
/*--- Copy the Coordinates and norm into send buffer. ---*/
70297030
for (unsigned short iDim = 0; iDim < nDim; iDim++) Buffer_Send_RefNode[iDim] = nodes->GetCoord(iPointMin, iDim);

0 commit comments

Comments
 (0)