Skip to content

Commit e4b0332

Browse files
authored
Merge pull request #2858 from kilavvy/main
Fix Typos in Comments and Log Messages for Flexural and Crushing Ice Failure Initialization
2 parents aac5f90 + b3d67c9 commit e4b0332

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/icefloe/src/icefloe/IceFlexIEC.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ subroutine initFlexIEC (iceInput, myIceParams, iceLog)
4646
real(ReKi) :: freq ! frequency of sinusoidal load
4747
integer(IntKi) :: nL !err,
4848

49-
! initialize the common parmeters for flexural ice failure
49+
! initialize the common parameters for flexural ice failure
5050
call initIceFlex(iceInput, inParams, myIceParams, iceLog)
5151

5252
call logMessage(iceLog, newLine//' Setting up flexural failure by Ralston method ')

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)