Skip to content

Commit

Permalink
chore: Update tide type for "MSF" wave in prediction.c
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jun 17, 2024
1 parent 14d9960 commit c763c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prediction.c
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ set_waves(fes_wave* const w)
* f = f(M₂) * f(S2) = f(M₂)
*/
_init_wave(
"MSF", 0, 0, 2, -2, 0, 0, 0, 0, 2, -2, 0, 0, SP_TIDE, _f_m2, &w[MSF]);
"MSF", 0, 0, 2, -2, 0, 0, 0, 0, 2, -2, 0, 0, LP_TIDE, _f_m2, &w[MSF]);

/* FES14C: add new LP waves hereafter */
/* these are LP equilibrium waves, but an atlas (equilibrium or not) can be
Expand Down

0 comments on commit c763c21

Please sign in to comment.