We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55df581 commit 03d11b4Copy full SHA for 03d11b4
1 file changed
Common/src/geometry/CPhysicalGeometry.cpp
@@ -7478,7 +7478,7 @@ void CPhysicalGeometry::FindUniqueNode_PeriodicBound(const CConfig *config) {
7478
/*--- Communicate Coordinates plus the minimum distance, therefor the nDim+1 ---*/
7479
vector<su2double> Buffer_Send_RefNode(nDim+1, numeric_limits<su2double>::max());
7480
su2activematrix Buffer_Recv_RefNode(size,nDim+1);
7481
- unsigned long iPointMin;
+ unsigned long iPointMin = 0; // Initialisaton, otherwise 'may be uninitialized` warning'
7482
7483
/*-------------------------------------------------------------------------------------------*/
7484
/*--- Step 1: Find a unique reference node on each rank and communicate them such that ---*/
0 commit comments