Skip to content

Commit

Permalink
Merge pull request #1621 from andrew-platt/b/HD_WaveElevSeries
Browse files Browse the repository at this point in the history
[BugFix] HD wave visualization with 2nd order waves
  • Loading branch information
andrew-platt authored Jun 13, 2023
2 parents 0db2331 + 736cd50 commit 4d038af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/hydrodyn/src/HydroDyn.f90
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ SUBROUTINE HydroDyn_Init( InitInp, u, p, x, xd, z, OtherState, y, m, Interval, I
RETURN
END IF
tmpWaveElevXY = InitInp%WaveElevXY
CALL MOVE_ALLOC(tmpWaveElevXY, InputFileData%Waves%WaveElevXY) ! move this back for waves2 later
ENDIF


Expand Down

0 comments on commit 4d038af

Please sign in to comment.