Skip to content

Bug Fixes

Compare
Choose a tag to compare
@nicholascarey nicholascarey released this 03 Feb 16:30
· 21 commits to master since this release
4daebb9

This patch fixes a major issue in eff_vol. All previous versions of this function returned incorrect results at anything other than neutral buoyancy (multiplication instead of division in the mass & density to volume equation, doh!).

MAJOR FIX: fix for incorrect results returned by eff_vol. If you have used this function previously, please review your code and results.

FIX: spec_density : warning when wet_mass and buoy_mass are equal (leads to infinite density calculation)