Skip to content

Commit

Permalink
AD: fix missing labels for user property linearization
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonkman committed Feb 16, 2021
1 parent 57383cd commit 7c96e98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/aerodyn/src/AeroDyn.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4791,6 +4791,13 @@ SUBROUTINE Init_Jacobian_u( InputFileData, p, u, InitOut, ErrStat, ErrMsg)
end do
end do

do k=1,p%NumBlades
do i=1,p%NumBlNds
InitOut%LinNames_u(index) = 'User property on blade '//trim(num2lstr(k))//', node '//trim(num2lstr(i))//', -'
index = index + 1
end do
end do

END SUBROUTINE Init_Jacobian_u
!----------------------------------------------------------------------------------------------------------------------------------
SUBROUTINE Init_Jacobian_x( p, InitOut, ErrStat, ErrMsg)
Expand Down

0 comments on commit 7c96e98

Please sign in to comment.