Skip to content

Commit

Permalink
ExtLd: change SetInitOut InitOut to inent(inout)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Sep 11, 2024
1 parent 7c3e733 commit a9755c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/extloads/src/ExtLoads.f90
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ module ExtLoads
!! FAST)
subroutine ExtLd_SetInitOut(p, InitOut, errStat, errMsg)

type(ExtLd_InitOutputType), intent( out) :: InitOut ! output data
type(ExtLd_ParameterType), intent(in ) :: p ! Parameters
type(ExtLd_InitOutputType), intent(inout) :: InitOut ! output data
type(ExtLd_ParameterType), intent(in ) :: p ! Parameters
integer(IntKi), intent( out) :: errStat ! Error status of the operation
character(*), intent( out) :: errMsg ! Error message if ErrStat /= ErrID_None

Expand Down

0 comments on commit a9755c1

Please sign in to comment.