summaryrefslogtreecommitdiffstats
path: root/core/units.h
diff options
context:
space:
mode:
authorGravatar Monty Taylor <mordred@inaugust.com>2020-05-04 18:07:56 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-05 08:25:21 -0700
commit7a9214575e4b8124995fb6e8edf2895a19f4170d (patch)
tree04b6af6d471f7435764369d8210a1814787912ac /core/units.h
parent95e6792c4fe353441fd1cad8bad8b459b1a37d65 (diff)
downloadsubsurface-7a9214575e4b8124995fb6e8edf2895a19f4170d.tar.gz
cleanup: Change Salty to Brackish
In the code, the difference between SALTYWATER and SALTWATER is hard to see. More importantly, in the UI - Brackish is the word for water that has more salt that freshwater but less salt that seawater. The docs already use the word to clarify what is meant.
Diffstat (limited to 'core/units.h')
-rw-r--r--core/units.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/units.h b/core/units.h
index 4232e24a3..1b042513b 100644
--- a/core/units.h
+++ b/core/units.h
@@ -32,6 +32,7 @@ extern "C" {
/* Salinity is expressed in weight in grams per 10l */
#define SEAWATER_SALINITY 10300
#define EN13319_SALINITY 10200
+#define BRACKISH_SALINITY 10100
#define FRESHWATER_SALINITY 10000
#include <stdint.h>