@@ -2690,7 +2690,7 @@ function has inputs of Absolute Salinity and Conservative Temperature.
2690
2690
(48 term equation)
2691
2691
*)
2692
2692
// double gsw_sigma0(double sa, double ct);
2693
- function gsw_sigma0 (sa, ct:double):integer ; cdecl; external libgswteos;
2693
+ function gsw_sigma0 (sa, ct:double):double ; cdecl; external libgswteos;
2694
2694
2695
2695
2696
2696
(*
@@ -2704,7 +2704,7 @@ function has inputs of Absolute Salinity and Conservative Temperature.
2704
2704
sigma1 : potential density anomaly with reference pressure of 1000
2705
2705
*)
2706
2706
// double gsw_sigma1(double sa, double ct);
2707
- function gsw_sigma1 (sa, ct:double):integer ; cdecl; external libgswteos;
2707
+ function gsw_sigma1 (sa, ct:double):double ; cdecl; external libgswteos;
2708
2708
2709
2709
2710
2710
(*
@@ -2718,7 +2718,7 @@ function has inputs of Absolute Salinity and Conservative Temperature.
2718
2718
sigma2 : potential density anomaly with reference pressure of 2000
2719
2719
*)
2720
2720
// double gsw_sigma2(double sa, double ct);
2721
- function gsw_sigma2 (sa, ct:double):integer ; cdecl; external libgswteos;
2721
+ function gsw_sigma2 (sa, ct:double):double ; cdecl; external libgswteos;
2722
2722
2723
2723
2724
2724
(*
@@ -2732,7 +2732,7 @@ function has inputs of Absolute Salinity and Conservative Temperature.
2732
2732
sigma3 : potential density anomaly with reference pressure of 3000
2733
2733
*)
2734
2734
// double gsw_sigma3(double sa, double ct);
2735
- function gsw_sigma3 (sa, ct:double):integer ; cdecl; external libgswteos;
2735
+ function gsw_sigma3 (sa, ct:double):double ; cdecl; external libgswteos;
2736
2736
2737
2737
2738
2738
(*
@@ -2746,7 +2746,7 @@ function has inputs of Absolute Salinity and Conservative Temperature.
2746
2746
sigma4 : potential density anomaly with reference pressure of 4000
2747
2747
*)
2748
2748
// double gsw_sigma4(double sa, double ct);
2749
- function gsw_sigma4 (sa, ct:double):integer ; cdecl; external libgswteos;
2749
+ function gsw_sigma4 (sa, ct:double):double ; cdecl; external libgswteos;
2750
2750
2751
2751
2752
2752
(*
@@ -2762,7 +2762,7 @@ function gsw_sigma4(sa, ct:double):integer; cdecl; external libgswteos;
2762
2762
sound_speed : speed of sound in seawater [m/s]
2763
2763
*)
2764
2764
// double gsw_sound_speed(double sa, double ct, double p);
2765
- function gsw_sound_speed (sa, ct, p:double):integer ; cdecl; external libgswteos;
2765
+ function gsw_sound_speed (sa, ct, p:double):double ; cdecl; external libgswteos;
2766
2766
2767
2767
2768
2768
(*
@@ -2775,7 +2775,7 @@ function gsw_sound_speed(sa, ct, p:double):integer; cdecl; external libgswteos;
2775
2775
sound_speed_ice = compression speed of sound in ice [ m/s ]
2776
2776
*)
2777
2777
// double gsw_sound_speed_ice(double t, double p);
2778
- function gsw_sound_speed_ice (t, p:double):integer ; cdecl; external libgswteos;
2778
+ function gsw_sound_speed_ice (t, p:double):double ; cdecl; external libgswteos;
2779
2779
2780
2780
2781
2781
(*
@@ -2788,7 +2788,7 @@ function gsw_sound_speed_ice(t, p:double):integer; cdecl; external libgswteos;
2788
2788
gsw_sound_speed_t_exact : sound speed [m/s]
2789
2789
*)
2790
2790
// double gsw_sound_speed_t_exact(double sa, double t, double p);
2791
- function gsw_sound_speed_t_exact (sa, t, p:double):integer ; cdecl; external libgswteos;
2791
+ function gsw_sound_speed_t_exact (sa, t, p:double):double ; cdecl; external libgswteos;
2792
2792
2793
2793
2794
2794
(*
@@ -2822,7 +2822,7 @@ function gsw_sound_speed_t_exact(sa, t, p:double):integer; cdecl; external libg
2822
2822
specvol_anom : specific volume anomaly of seawater
2823
2823
*)
2824
2824
// double gsw_specvol_anom_standard(double sa, double ct, double p);
2825
- function gsw_specvol_anom_standard (sa, ct, p:double):integer ; cdecl; external libgswteos;
2825
+ function gsw_specvol_anom_standard (sa, ct, p:double):double ; cdecl; external libgswteos;
2826
2826
2827
2827
2828
2828
(*
@@ -2838,7 +2838,7 @@ function gsw_specvol_anom_standard(sa, ct, p:double):integer; cdecl; external l
2838
2838
specvol: specific volume [m^3/kg]
2839
2839
*)
2840
2840
// double gsw_specvol(double sa, double ct, double p);
2841
- function gsw_specvol (sa, ct, p:double):integer ; cdecl; external libgswteos;
2841
+ function gsw_specvol (sa, ct, p:double):double ; cdecl; external libgswteos;
2842
2842
2843
2843
2844
2844
(*
@@ -2889,7 +2889,7 @@ function gsw_specvol(sa, ct, p:double):integer; cdecl; external libgswteos;
2889
2889
specvol_ice = specific volume [ m^3/kg ]
2890
2890
*)
2891
2891
// double gsw_specvol_ice(double t, double p);
2892
- function gsw_specvol_ice (t, p:double):integer ; cdecl; external libgswteos;
2892
+ function gsw_specvol_ice (t, p:double):double ; cdecl; external libgswteos;
2893
2893
2894
2894
2895
2895
(*
0 commit comments