@@ -1795,7 +1795,6 @@ void CGeometry::ComputeAirfoil_Section(su2double *Plane_P0, su2double *Plane_Nor
17951795 vector<unsigned long > IGlobalID_Index0, JGlobalID_Index0, IGlobalID_Index1, JGlobalID_Index1, IGlobalID_Airfoil, JGlobalID_Airfoil;
17961796 vector<unsigned short > Conection_Index0, Conection_Index1;
17971797 vector<unsigned long > Duplicate;
1798- vector<unsigned long >::iterator it;
17991798 su2double **Coord_Variation = nullptr ;
18001799 vector<su2double> XcoordExtra, YcoordExtra, ZcoordExtra, VariableExtra;
18011800 vector<unsigned long > IGlobalIDExtra, JGlobalIDExtra;
@@ -2778,8 +2777,7 @@ void CGeometry::ComputeSurf_Curvature(CConfig *config) {
27782777 unsigned short iMarker, iNeigh_Point, iDim, iNode, iNeighbor_Nodes, Neighbor_Node;
27792778 unsigned long Neighbor_Point, iVertex, iPoint, jPoint, iElem_Bound, iEdge, nLocalVertex, MaxLocalVertex , *Buffer_Send_nVertex, *Buffer_Receive_nVertex, TotalnPointDomain;
27802779 vector<unsigned long > Point_NeighborList, Elem_NeighborList, Point_Triangle, Point_Edge, Point_Critical;
2781- vector<unsigned long >::iterator it;
2782- su2double U[3 ] = {0.0 ,0.0 ,0.0 }, V[3 ] = {0.0 ,0.0 ,0.0 }, W[3 ] = {0.0 ,0.0 ,0.0 }, Length_U, Length_V, Length_W, CosValue, Angle_Value, *K, *Angle_Defect, *Area_Vertex, *Angle_Alpha, *Angle_Beta, **NormalMeanK, MeanK, GaussK, MaxPrinK, cot_alpha, cot_beta, delta, X1, X2, X3, Y1, Y2, Y3, radius, *Buffer_Send_Coord, *Buffer_Receive_Coord, *Coord, Dist, MinDist, MaxK, MinK, SigmaK;
2780+ su2double U[3 ] = {0.0 }, V[3 ] = {0.0 }, W[3 ] = {0.0 }, Length_U, Length_V, Length_W, CosValue, Angle_Value, *K, *Angle_Defect, *Area_Vertex, *Angle_Alpha, *Angle_Beta, **NormalMeanK, MeanK, GaussK, MaxPrinK, cot_alpha, cot_beta, delta, X1, X2, X3, Y1, Y2, Y3, radius, *Buffer_Send_Coord, *Buffer_Receive_Coord, *Coord, Dist, MinDist, MaxK, MinK, SigmaK;
27832781 bool *Check_Edge;
27842782
27852783 const bool fea = config->GetStructuralProblem ();
0 commit comments