Skip to content

Commit

Permalink
fix(basic): fix docstring for salinity ppm => ppt
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Feb 8, 2024
1 parent ed505be commit 246f00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uw_basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export dBperλ, indBperλ
$(SIGNATURES)
Compute sound speed in water in m/s, given:
- water `temperature` in °C
- `salinity` in ppm
- `salinity` in ppt
- `depth` in meters
- void fraction (`voidfrac`) in bubbly water
- sound speed in gas (`cgas`), if `voidfrac` > 0
Expand Down

0 comments on commit 246f00a

Please sign in to comment.