Skip to content
Snippets Groups Projects
Commit 4ed2c338 authored by Timo Koch's avatar Timo Koch
Browse files

[io] Remove deprecated parameter WellRadius

parent d9272edd
No related branches found
No related tags found
1 merge request!1968Feature/remove deprecated
...@@ -136,14 +136,6 @@ public: ...@@ -136,14 +136,6 @@ public:
if (indices[i] < 0) if (indices[i] < 0)
DUNE_THROW(Dune::RangeError, "Please specify Positions Angular and Radial and Axial correctly and unambiguously!" << std::endl); DUNE_THROW(Dune::RangeError, "Please specify Positions Angular and Radial and Axial correctly and unambiguously!" << std::endl);
if(hasParam("Grid.WellRadius"))
{
std::cerr << "Deprecation warning: parameter Grid.WellRadius is deprecated. "
<< "Specify the WellRadius as the first radial coordinate." << std::endl;
positions[indices[0]][0] = getParamFromGroup<Scalar>(modelParamGroup, "Grid.WellRadius");
}
// the number of cells (has a default) // the number of cells (has a default)
std::array<std::vector<int>, dim> cells; std::array<std::vector<int>, dim> cells;
for (int i = 0; i < dim; ++i) for (int i = 0; i < dim; ++i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment