mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1005 from blattms/unify-fip-totals
Fix unit conversion of fip totals (pav) again.
This commit is contained in:
@@ -737,7 +737,7 @@ namespace Opm
|
||||
tmp2 += geo_.poreVolume()[i] * hydrocarbon[i];
|
||||
}
|
||||
totals[5] = geo_.poreVolume().sum();
|
||||
totals[6] = unit::convert::to(tmp/tmp2, unit::barsa);
|
||||
totals[6] = tmp/tmp2;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user