Merge pull request #171 from bska/opm-fd-chase-api-update

Update opm-flowdiagnostics system probe for API change
This commit is contained in:
Atgeirr Flø Rasmussen 2016-09-01 06:40:48 +02:00 committed by GitHub
commit 37938bbf5e

View File

@ -40,7 +40,7 @@ int main()
{ {
using FDT = Opm::FlowDiagnostics::Toolbox; 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 # config variables