Skip to content

Commit

Permalink
fix typo in RoutineName parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonkman committed Nov 14, 2023
1 parent 6940962 commit abbfd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aerodyn/src/UA_Dvr_Subs.f90
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ subroutine ReadDriverInputFile( FileName, InitInp, ErrStat, ErrMsg )
type(FileInfoType) :: FI !< The derived type for holding the file information.
integer(IntKi) :: errStat2 ! Status of error message
character(1024) :: errMsg2 ! Error message if ErrStat /= ErrID_None
character(*), parameter :: RoutineName = 'ReadDriverfilename'
character(*), parameter :: RoutineName = 'ReadDriverInputFile'
! Initialize the echo file unit to -1 which is the default to prevent echoing, we will alter this based on user input
UnEcho = -1
ErrStat = ErrID_None
Expand Down

0 comments on commit abbfd59

Please sign in to comment.