summaryrefslogtreecommitdiffstats
path: root/equipment.c
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2014-06-25 10:43:03 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-25 16:57:23 +0800
commit81b268d4ba48338b6adda0efd011f58c5e44ed88 (patch)
treec2365f2a83067d31c7592db16f08592d1e906714 /equipment.c
parent7c8cb81c885aaa0ddb2cd3b5362f0af863814152 (diff)
downloadsubsurface-81b268d4ba48338b6adda0efd011f58c5e44ed88.tar.gz
Add ALU7 to common cylinders
Fixes #562 Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'equipment.c')
-rw-r--r--equipment.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/equipment.c b/equipment.c
index ed28b5281..020168064 100644
--- a/equipment.c
+++ b/equipment.c
@@ -168,6 +168,9 @@ struct tank_info_t tank_info[100] = {
{ "AL80", .cuft = 80, .psi = 3000 },
{ "AL100", .cuft = 100, .psi = 3300 },
+ /* Metric AL cylinders */
+ { "ALU7", .ml = 7000, .bar = 200 },
+
/* Somewhat common LP steel cylinders */
{ "LP85", .cuft = 85, .psi = 2640 },
{ "LP95", .cuft = 95, .psi = 2640 },