]> git.tdb.fi Git - ext/subsurface.git/commit
Add new cylinder models to the cylinder model store
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2011 23:27:19 +0000 (16:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2011 23:27:19 +0000 (16:27 -0700)
commit1fe687a16c52699727f5197fbea4c7b0899905cf
treee08a279b25dce58ad07f913b3c8d55932cf76a76
parentc43e1ad21b1a042bab96e2b214c6e33a412658d3
Add new cylinder models to the cylinder model store

We also need to actually fill the model store with the cylinder models
we have in our dive lists to begin with.

This makes it all *trivial* to add a new cylinder model: just use a new
description, fill in the size and working pressure, and you're done.
The type automatically gets filled in, unless that description already
existed (in which case we leave it alone).

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
equipment.c