1 #ifndef __JSIRENE__SEAWATER__ 
    2 #define __JSIRENE__SEAWATER__ 
   26     static double O () { 
return 0.8584; }
 
   27     static double H () { 
return 0.1082; }
 
   28     static double Na() { 
return 0.0108; }
 
   29     static double Cl() { 
return 0.0194; }
 
   31     static double O () { 
return 0.85630; }
 
   32     static double H () { 
return 0.10790; }
 
   33     static double Na() { 
return 0.01160; }
 
   34     static double Cl() { 
return 0.02090; }
 
   35     static double Ca() { 
return 0.00045; }
 
   36     static double Mg() { 
return 0.00140; }
 
   37     static double K () { 
return 0.00045; }
 
   38     static double S () { 
return 0.00100; }
 
Compiler version dependent expressions, macros, etc.
 
static double O()
Estimated mass fractions of chemical elements in sea water.
 
static const uint32_t K[64]
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).