diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-02 13:49:59 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-02 18:08:18 -0800 |
commit | 3f30832471023a60bec54a9eb371342aaba0e94e (patch) | |
tree | 4213ddb7979bb4c29798de78696fcf20c47eba67 /subsurface-core/CMakeLists.txt | |
parent | 713321665396ff17593f1871771eb1207f631289 (diff) | |
download | subsurface-3f30832471023a60bec54a9eb371342aaba0e94e.tar.gz |
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>
Diffstat (limited to 'subsurface-core/CMakeLists.txt')
-rw-r--r-- | subsurface-core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/CMakeLists.txt b/subsurface-core/CMakeLists.txt index 703864ad0..d9b1d3421 100644 --- a/subsurface-core/CMakeLists.txt +++ b/subsurface-core/CMakeLists.txt @@ -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 |