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:
Berthold Stoeger 2024-05-03 06:50:23 +02:00 committed by bstoeger
parent 3395c61bc8
commit e537904965
3 changed files with 81 additions and 133 deletions

View file

@ -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