Merge pull request #171 from bska/opm-fd-chase-api-update
Update opm-flowdiagnostics system probe for API change
This commit is contained in:
commit
37938bbf5e
@ -40,7 +40,7 @@ int main()
|
||||
{
|
||||
using FDT = Opm::FlowDiagnostics::Toolbox;
|
||||
|
||||
const auto pv = FDT::PoreVolume{ std::vector<double>(10, 0.3) };
|
||||
const auto pv = std::vector<double>(10, 0.3);
|
||||
}
|
||||
"
|
||||
# config variables
|
||||
|
Loading…
Reference in New Issue
Block a user