
Dominik Thoennes
authored
To break unneeded dependencies in postprocessing the SQLite part is moved to its own module and namespace. Therefore in the include and the function calls "postprocessing" hast to be removed or replaced by "sqlite" e.g.: #include "postprocessing/sqlite/SQLite.h" -> #include "sqlite/SQLite.h" postprocessing::store... -> sqlite::store...
Forked from
waLBerla / waLBerla
313 commits behind the upstream repository.
Name | Last commit | Last update |
---|---|---|
.. | ||
CMakeLists.txt | ||
SQLiteTest.cpp |