mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: convert gas-model.c to C++
A nice one - nothing to do. Introduce an std::clamp(), just because we can... Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
7c2b580bfa
commit
3395c61bc8
3 changed files with 10 additions and 12 deletions
|
@ -57,7 +57,7 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
core/filterpreset.cpp \
|
||||
core/divelist.cpp \
|
||||
core/divelog.cpp \
|
||||
core/gas-model.c \
|
||||
core/gas-model.cpp \
|
||||
core/gaspressures.c \
|
||||
core/git-access.cpp \
|
||||
core/globals.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue