fix: set porosity to 1 (hardcoded for now)

This commit is contained in:
Max Lübke 2023-01-18 14:50:55 +01:00 committed by Max Luebke
parent 080b2f99f2
commit 9ffe3da7e1

View File

@ -52,7 +52,7 @@ void poet::PhreeqcWrapper::SetupAndLoadDB(
// Set initial porosity
std::vector<double> por;
por.resize(this->iWPSize, 0.05);
por.resize(this->iWPSize, 1);
this->SetPorosity(por);
// Set initial saturation