summaryrefslogtreecommitdiffstats
path: root/core/equipment.c
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-03-20 17:17:05 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-20 21:38:20 -0700
commit258aa70d04b986a2bcdda45e87ddbe4ddd92a53e (patch)
tree6f0ba587957d896733d5191584c0832f16a2c2f0 /core/equipment.c
parent6f21d2749e67926128bf1e536382aad9890fc846 (diff)
downloadsubsurface-258aa70d04b986a2bcdda45e87ddbe4ddd92a53e.tar.gz
Add 10l 200bar and 232bar cylinder
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'core/equipment.c')
-rw-r--r--core/equipment.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/equipment.c b/core/equipment.c
index 19b50ab69..5dbb68e3f 100644
--- a/core/equipment.c
+++ b/core/equipment.c
@@ -173,6 +173,8 @@ struct tank_info_t tank_info[100] = {
/* Common European steel cylinders */
{ "3ℓ 232 bar", .ml = 3000, .bar = 232 },
{ "3ℓ 300 bar", .ml = 3000, .bar = 300 },
+ { "10ℓ 200 bar", .ml = 10000, .bar = 200 },
+ { "10ℓ 232 bar", .ml = 10000, .bar = 232 },
{ "10ℓ 300 bar", .ml = 10000, .bar = 300 },
{ "12ℓ 200 bar", .ml = 12000, .bar = 200 },
{ "12ℓ 232 bar", .ml = 12000, .bar = 232 },