Skip to content

Commit

Permalink
Merge pull request #41 from alcoat/main
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol authored Jan 16, 2025
2 parents b1d5041 + ab1b767 commit e8482a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion include/fes/wave.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,8 @@ class SN4 : public Wave {
/// <td>@f$f(M_2)@f$</td></tr>
/// </table>
/// @note Schureman: %Table 2a, Page 167.
/// @note correct nodal factor: Pugh (1987). Tides, surges and mean sea-level (Page 111, Table 4.4)
/// @note correct nodal factor: Pugh (1987).
/// @note Tides, surges and mean sea-level (Page 111, Table 4.4)
class MS4 : public Wave {
public:
constexpr MS4()
Expand Down
3 changes: 2 additions & 1 deletion include/fes/wave/table.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ class Table {
/// constituents in the Darwin development, completed by Schureman in 1958,
/// and many non-linear waves. The definition of tidal constants and
/// astronomical arguments is taken from FES2014 tidal prediction software
/// and a complete definition of waves is also available in Schureman (1958).
/// and a complete definition of waves is also available in
/// Schureman (1958).
/// This spectrum is the most commonly used for harmonic analysis due the
/// simplification given by the nodal correction concept (\f$(f\f$) and
/// \f$(u\f$) coefficients above) which allows dealing with slow motions of
Expand Down

0 comments on commit e8482a6

Please sign in to comment.