We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40119af commit 18054d6Copy full SHA for 18054d6
Common/src/geometry/CPhysicalGeometry.cpp
@@ -7009,9 +7009,9 @@ void CPhysicalGeometry::FindUniqueNode_PeriodicBound(const CConfig* config) {
7009
* ---*/
7010
}
7011
break; // Actually no more than one streamwise periodic marker pair is allowed
7012
- } // receiver conditional
7013
- } // periodic conditional
7014
- } // marker loop
+ } // receiver conditional
+ } // periodic conditional
+ } // marker loop
7015
7016
/*--- Copy the Coordinates and norm into send buffer. ---*/
7017
for (unsigned short iDim = 0; iDim < nDim; iDim++) Buffer_Send_RefNode[iDim] = nodes->GetCoord(iPointMin, iDim);
0 commit comments