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
|
|
@ -102,7 +102,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
gas.c
|
||||
gas.h
|
||||
gas-model.cpp
|
||||
gaspressures.c
|
||||
gaspressures.cpp
|
||||
gaspressures.h
|
||||
gettext.h
|
||||
gettextfromc.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue