mirror of
https://github.com/OPM/opm-upscaling.git
synced 2026-08-27 05:27:10 -05:00
changed: remove embedded 'parameters' namespace in ParamGroup
inconsistent and unnecessary. this is purely a cosmetic change, the only exception was a function with the generic name 'split', which was renamed to splitParam to avoid confusion.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Opm
|
||||
const std::vector<double>& porevol,
|
||||
const double* gravity,
|
||||
const std::vector<double>& half_trans,
|
||||
const parameter::ParameterGroup& param)
|
||||
const ParameterGroup& param)
|
||||
: fluid_(props),
|
||||
model_(fluid_, grid, porevol, gravity, param.getDefault("guess_old_solution", false)),
|
||||
tsolver_(model_),
|
||||
|
||||
@@ -61,7 +61,7 @@ namespace Opm
|
||||
const std::vector<double>& porevol,
|
||||
const double* gravity,
|
||||
const std::vector<double>& half_trans,
|
||||
const parameter::ParameterGroup& param);
|
||||
const ParameterGroup& param);
|
||||
|
||||
virtual ~TransportSolverTwophaseImplicit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user