From cccd4cd17bbb453e3e0bbe60fe2e6fe0c722770f Mon Sep 17 00:00:00 2001 From: Brian Weber Date: Tue, 9 Aug 2016 23:32:44 -0400 Subject: [PATCH] Add HP117 to the cylinder list Reported-by: Brian Weber Signed-off-by: weber311@gmail.com Signed-off-by: Dirk Hohndel --- core/equipment.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/equipment.c b/core/equipment.c index 1521c2309..b2b3bfcd6 100644 --- a/core/equipment.c +++ b/core/equipment.c @@ -164,6 +164,7 @@ struct tank_info_t tank_info[100] = { { "HP65", .cuft = 65, .psi = 3442 }, { "HP80", .cuft = 80, .psi = 3442 }, { "HP100", .cuft = 100, .psi = 3442 }, + { "HP117", .cuft = 117, .psi = 3442 }, { "HP119", .cuft = 119, .psi = 3442 }, { "HP130", .cuft = 130, .psi = 3442 },