Adds ALU7 to common cylinders, fixes ticket #562. //Jocke
From 1e02cbfd0adb9cbc12c9ec9bf2f1aef1ce97a461 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell <[email protected]> Date: Wed, 25 Jun 2014 10:38:19 +0200 Subject: [PATCH] Adds ALU7 to common cylinders, fixes #562
Signed-off-by: Joakim Bygdell <[email protected]> --- equipment.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/equipment.c b/equipment.c index ed28b52..0201680 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 }, -- 1.9.1
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
