Skip to content

Commit

Permalink
fix depth inequality
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 30, 2024
1 parent 1141003 commit e246f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolbox/library/gsw_infunnel.m
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
SA > 42 |...
(p < 500 & CT < gsw_CT_freezing(SA,p)) |...
(p >= 500 & p < 6500 & SA < p*5e-3 - 2.5) |...
(p > 500 & p < 6500 & CT > (31.66666666666667 - p*3.333333333333334e-3)) | ...
(p >= 500 & p < 6500 & CT > (31.66666666666667 - p*3.333333333333334e-3)) | ...
(p >= 500 & CT < gsw_CT_freezing(SA,500)) |...
(p >= 6500 & SA < 30) |...
(p >= 6500 & CT > 10.0)) = 0;
Expand Down

0 comments on commit e246f6e

Please sign in to comment.