mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fix: set porosity to 1 (hardcoded for now)
This commit is contained in:
parent
cb66842523
commit
13cc9ba845
@ -52,7 +52,7 @@ void poet::PhreeqcWrapper::SetupAndLoadDB(
|
|||||||
|
|
||||||
// Set initial porosity
|
// Set initial porosity
|
||||||
std::vector<double> por;
|
std::vector<double> por;
|
||||||
por.resize(this->iWPSize, 0.05);
|
por.resize(this->iWPSize, 1);
|
||||||
this->SetPorosity(por);
|
this->SetPorosity(por);
|
||||||
|
|
||||||
// Set initial saturation
|
// Set initial saturation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user