Skip to content

Commit b3d67c9

Browse files
authored
Update lockInISO.F90
1 parent dbf32e9 commit b3d67c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/icefloe/src/icefloe/lockInISO.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ subroutine initLockInCrushingISO (iceInput, myIceParams, iceLog)
4141
real(ReKi) :: fallTime, maxLoad
4242
integer(IntKi) :: nL ! err,
4343

44-
! initialize the common parmeters
44+
! initialize the common parameters
4545
call initIceCrushISO(iceInput, inParams, myIceParams, iceLog)
4646

47-
call logMessage(iceLog, newLine//' Setting ice crushing loads with frequency lock-in parameteres per ISO')
47+
call logMessage(iceLog, newLine//' Setting ice crushing loads with frequency lock-in parameters per ISO')
4848

4949
call getIceInput(iceInput, 'towerFrequency', inParams%twr%freq, iceLog, 0.01_ReKi, 10.0_ReKi)
5050
call logMessage(iceLog, ' Tower fundamental frequency = '//TRIM(Num2LStr(inParams%twr%freq))//' Hz')

0 commit comments

Comments
 (0)