mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3467 from bska/report-siunits-guiderates
Report Guiderate Values in Strict SI Units
This commit is contained in:
commit
f11639fd57
@ -1202,7 +1202,7 @@ getGuideRateValues(const GuideRate::RateVector& qs,
|
||||
{
|
||||
auto getGR = [this, &wgname, &qs](const GuideRateModel::Target t)
|
||||
{
|
||||
return this->guideRate_.get(wgname, t, qs);
|
||||
return this->guideRate_.getSI(wgname, t, qs);
|
||||
};
|
||||
|
||||
// Note: GuideRate does currently (2020-07-20) not support Target::RES.
|
||||
|
Loading…
Reference in New Issue
Block a user