mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: convert gaspressures.c to C++
Replace "poor man's" linked list implementation by std::vector<>. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
3395c61bc8
commit
e537904965
3 changed files with 81 additions and 133 deletions
|
@ -58,7 +58,7 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
core/divelist.cpp \
|
||||
core/divelog.cpp \
|
||||
core/gas-model.cpp \
|
||||
core/gaspressures.c \
|
||||
core/gaspressures.cpp \
|
||||
core/git-access.cpp \
|
||||
core/globals.cpp \
|
||||
core/liquivision.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue