Skip to content

Commit

Permalink
Remove unused index in DMST module
Browse files Browse the repository at this point in the history
  • Loading branch information
hkross committed Oct 24, 2024
1 parent ec81bdf commit 2d6ba65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/aerodyn/src/DMST.f90
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,9 @@ subroutine DMST_CalcOutput( u, p, AFInfo, y, errStat, errMsg )
real(ReKi) :: indf_prev ! Final induction factor of the current/previous streamtube
real(ReKi), dimension(3_IntKi,p%numBladeNodes,p%numBlades) :: Vind_st ! Induced velocity in global coordinates
integer(IntKi) :: i ! Loops through induction factors
integer(IntKi) :: j ! Loops through streamtubes
integer(IntKi) :: k ! Loops through nodes
integer(IntKi) :: j ! Loops through blade nodes
integer(IntKi) :: k ! Loops through blades
integer(IntKi) :: m ! Loops through sweeps
integer(IntKi) :: n ! Loops through blades
character(*), parameter :: RoutineName = 'DMST_CalcOutput'

! Initialize some output values
Expand Down

0 comments on commit 2d6ba65

Please sign in to comment.