Skip to content

Commit 2363940

Browse files
committed
Removing some unnecessary variables
Signed-off-by: jtneedels <jneedels@stanford.edu>
1 parent 6697b30 commit 2363940

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SU2_CFD/include/solvers/CFVMFlowSolverBase.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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, RHO_INDEX = 0, RHOS_INDEX = 0;
2395+
unsigned short T_INDEX = 0, TVE_INDEX = 0, VEL_INDEX = 0, RHOS_INDEX = 0;
23962396
su2double Viscosity = 0.0, WallDist[3] = {0.0}, Area, TauNormal, dTn, dTven,
23972397
GradTemperature, Density = 0.0, WallDistMod, FrictionVel,
23982398
UnitNormal[3] = {0.0}, TauElem[3] = {0.0}, TauTangent[3] = {0.0}, Tau[3][3] = {{0.0}}, Cp,
@@ -2421,7 +2421,6 @@ void CFVMFlowSolverBase<V, FlowRegime>::Friction_Forces(const CGeometry* geometr
24212421
T_INDEX = nSpecies;
24222422
TVE_INDEX = nSpecies+1;
24232423
VEL_INDEX = nSpecies+2;
2424-
RHO_INDEX = nSpecies+nDim+3;
24252424
}
24262425

24272426
const su2double factor = 1.0 / AeroCoeffForceRef;

0 commit comments

Comments
 (0)