Skip to content

Commit

Permalink
Fix 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 b9d8dbb commit e44e931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t_prediction.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ main(void)
err = CHECK_FLOAT(w[i].freq, 1.01589578 * RAD);
SUMMARIZE_ERR;

err = CHECK_INT(w[i].type, SP_TIDE);
err = CHECK_INT(w[i].type, LP_TIDE);
SUMMARIZE_ERR;
break;
case SSA:
Expand Down

0 comments on commit e44e931

Please sign in to comment.