From 3f30832471023a60bec54a9eb371342aaba0e94e Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 2 Mar 2016 13:49:59 -0800 Subject: 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 Signed-off-by: Dirk Hohndel --- subsurface-core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'subsurface-core/CMakeLists.txt') 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 -- cgit v1.2.3-70-g09d2