Skip to content

Commit e435ea2

Browse files
committed
Small change WaveTp logic
1 parent a913e28 commit e435ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/seastate/src/SeaState_Input.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ subroutine SeaStateInput_ProcessInitData( InitInp, p, InputFileData, ErrStat, Er
701701
InputFileData%WaveMod == WaveMod_RegularUsrPh .OR. &
702702
InputFileData%WaveMod == WaveMod_JONSWAP ) then
703703

704-
if ( InputFileData%Waves%WaveTp <= 0.0 ) then
704+
if ( InputFileData%Waves%WaveTp <= 0.0_SiKi ) then
705705
call SetErrStat( ErrID_Fatal,'WaveTp must be greater than zero.',ErrStat,ErrMsg,RoutineName)
706706
return
707707
end if

0 commit comments

Comments
 (0)