Skip to content

Commit

Permalink
SeaState: Fix typo in message about adjusting WvHiCoff based on WaveDT
Browse files Browse the repository at this point in the history
  • Loading branch information
luwang00 authored and andrew-platt committed Nov 8, 2023
1 parent 889501f commit fc08556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/seastate/src/SeaState_Input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ subroutine SeaStateInput_ProcessInitData( InitInp, p, InputFileData, ErrStat, Er
TmpFreq = REAL( Pi/InputFileData%Waves%WaveDT,SiKi)
if ( InputFileData%Waves%WvHiCOff > TmpFreq ) then
InputFileData%Waves%WvHiCOff = TmpFreq
call SetErrStat( ErrID_Info,'WvLowCOff adjusted to '//trim(num2lstr(TmpFreq))//' rad/s, based on WaveDT.',ErrStat,ErrMsg,RoutineName)
call SetErrStat( ErrID_Info,'WvHiCOff adjusted to '//trim(num2lstr(TmpFreq))//' rad/s, based on WaveDT.',ErrStat,ErrMsg,RoutineName)
end if
end if

Expand Down

0 comments on commit fc08556

Please sign in to comment.