@@ -2392,7 +2392,7 @@ void CFVMFlowSolverBase<V, FlowRegime>::Friction_Forces(const CGeometry* geometr
23922392
23932393 unsigned long iVertex, iPoint, iPointNormal;
23942394 unsigned short iMarker, iMarker_Monitoring, iDim, jDim;
2395- unsigned short T_INDEX = 0 , TVE_INDEX = 0 , VEL_INDEX = 0 , RHOS_INDEX = 0 ;
2395+ unsigned short T_INDEX = 0 , TVE_INDEX = 0 , VEL_INDEX = 0 ;
23962396 su2double Viscosity = 0.0 , WallDist[3 ] = {0.0 }, Area, Density = 0.0 , GradTemperature = 0.0 ,
23972397 UnitNormal[3 ] = {0.0 }, TauElem[3 ] = {0.0 }, TauTangent[3 ] = {0.0 }, Tau[3 ][3 ] = {{0.0 }}, Cp,
23982398 thermal_conductivity, MaxNorm = 8.0 , Grad_Vel[3 ][3 ] = {{0.0 }}, Grad_Temp[3 ] = {0.0 }, AxiFactor;
@@ -2572,8 +2572,6 @@ void CFVMFlowSolverBase<V, FlowRegime>::Friction_Forces(const CGeometry* geometr
25722572
25732573 } else {
25742574
2575- unsigned short iSpecies, nSpecies = config->GetnSpecies ();
2576-
25772575 const auto & thermal_conductivity_tr = nodes->GetThermalConductivity (iPoint);
25782576 const auto & thermal_conductivity_ve = nodes->GetThermalConductivity_ve (iPoint);
25792577 const auto & Grad_PrimVar = nodes->GetGradient_Primitive (iPoint);
0 commit comments