Skip to content

Commit 9da90cb

Browse files
committed
Wave: Fix docstring whitespace
1 parent 7ffdfdd commit 9da90cb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

mhkit/wave/resource/pierson_moskowitz_spectrum.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
function S = pierson_moskowitz_spectrum(frequency, Tp, Hs)
22

33
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4+
%
45
% Calculates Pierson-Moskowitz Spectrum from IEC TS 62600-2 ED2 Annex C.2 (2019)
56
%
67
% Parameters

mhkit/wave/resource/surface_elevation.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
function wave_elevation = surface_elevation(S, time_index, options)
22

33
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4+
%
45
% Calculates wave elevation time-series from spectrum
56
%
67
% Parameters
@@ -34,6 +35,7 @@
3435
% elevation: Wave surface elevation [m]
3536
% time: time vector [s]
3637
% type: description string
38+
%
3739
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3840

3941
arguments

0 commit comments

Comments
 (0)