Skip to content

Commit

Permalink
Merge pull request OpenFAST#2016 from RyanDavies19/dev
Browse files Browse the repository at this point in the history
Change input string size for bathgrid and waterkin input files
  • Loading branch information
andrew-platt authored Jan 31, 2024
2 parents 44cd3f6 + 57e110a commit e39453a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/moordyn/src/MoorDyn_IO.f90
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ SUBROUTINE setupBathymetry(inputString, defaultDepth, BathGrid, BathGrid_Xs, Bat

INTEGER(IntKi) :: ErrStat4
CHARACTER(120) :: ErrMsg4
CHARACTER(120) :: Line2
CHARACTER(4096) :: Line2

CHARACTER(20) :: nGridX_string ! string to temporarily hold the nGridX string from Line2
CHARACTER(20) :: nGridY_string ! string to temporarily hold the nGridY string from Line3
Expand Down
3 changes: 1 addition & 2 deletions modules/moordyn/src/MoorDyn_Misc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1300,8 +1300,7 @@ SUBROUTINE setupWaterKin(WaterKinString, p, Tmax, ErrStat, ErrMsg)
REAL(SiKi) :: t, Frac
CHARACTER(1024) :: FileName ! Name of MoorDyn input file
CHARACTER(120) :: Line
! CHARACTER(120) :: Line2
CHARACTER(120) :: entries2
CHARACTER(4096) :: entries2
INTEGER(IntKi) :: coordtype

INTEGER(IntKi) :: NStepWave !
Expand Down

0 comments on commit e39453a

Please sign in to comment.