mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
fix: set porosity to 1 (hardcoded for now)
This commit is contained in:
parent
080b2f99f2
commit
9ffe3da7e1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user