Skip to content

Commit

Permalink
LinDyn: fix sign in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonkman committed Aug 6, 2024
1 parent 0ac891d commit ac8cc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/lindyn/src/LinDyn.f90
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ end subroutine LD_InitInputData
!----------------------------------------------------------------------------------------------------------------------------------
!> Compute A and B state matrices for a linear mechanical system
!! NOTE: Generic function (no derived types), keep it that way
!! A = [ 0 I ] B = [0 ]
!! [-M^{-1}K -M^{-1}C ] = [-M^{-1}]
!! A = [ 0 I ] B = [ 0 ]
!! [-M^{-1}K -M^{-1}C ] = [ M^{-1} ]
subroutine StateMatrices(MM, CC, KK, AA, BB, errStat, errMsg)
real(ReKi), intent(in ) :: MM(:,:)
real(ReKi), intent(in ) :: CC(:,:)
Expand Down

0 comments on commit ac8cc4b

Please sign in to comment.