From 81b268d4ba48338b6adda0efd011f58c5e44ed88 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Wed, 25 Jun 2014 10:43:03 +0200 Subject: Add ALU7 to common cylinders Fixes #562 Signed-off-by: Joakim Bygdell Signed-off-by: Dirk Hohndel --- equipment.c | 3 +++ 1 file changed, 3 insertions(+) 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 }, -- cgit v1.2.3-70-g09d2