Skip to content

Commit

Permalink
AD: setting UA_NumLinStates to 0 when no cont-states
Browse files Browse the repository at this point in the history
  • Loading branch information
ebranlard committed Aug 3, 2023
1 parent 3da10ee commit 8e35771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/aerodyn/src/UnsteadyAero.f90
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ subroutine UA_SetParameters( dt, InitInp, p, AFInfo, AFIndx, ErrStat, ErrMsg )
p%lin_nx = p%numBlades*p%nNodesPerBlade*UA_NumLinStates ! continuous state per node per blade, but stored at position 4
else
p%lin_nx = 0
UA_NumLinStates = 0
end if

! Compute derivative step size
Expand Down

0 comments on commit 8e35771

Please sign in to comment.