File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments