Add AL40 to list of standard tanks

Fixes #191 on the bug tracker list

Signed-off-by: Benjamin Fogel <nystire@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Benjamin 2013-10-02 18:04:43 +03:00 committed by Dirk Hohndel
parent ba5b5c3952
commit 01acf2aa88

View file

@ -840,6 +840,7 @@ struct tank_info_t tank_info[100] = {
{ "11.1 l", .ml = 11100 },
/* Most common AL cylinders */
{ "AL40", .cuft = 40, .psi = 3000 },
{ "AL50", .cuft = 50, .psi = 3000 },
{ "AL63", .cuft = 63, .psi = 3000 },
{ "AL72", .cuft = 72, .psi = 3000 },