gas model: split up gas compressibility into a file of its own

The gas compressibility is such a specialized thing that I really prefer
having it separate.

This keeps Robert's Redlich-Kwong equation as-is, but let's experiment
with other models soon...

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Linus Torvalds 2016-03-02 13:49:59 -08:00 committed by Dirk Hohndel
parent 7133216653
commit 3f30832471
3 changed files with 49 additions and 43 deletions

View file

@ -36,6 +36,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
divelist.c
equipment.c
file.c
gas-model.c
git-access.c
libdivecomputer.c
liquivision.c