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

[test][1pnc] Fix deprecation warninng for nonequil tests

parent 71057da6
2 merge requests!1337WIP Fix/dirichlet caching v2,!1195Cleanup/interfacial areas
......@@ -101,7 +101,7 @@ int main(int argc, char** argv) try
// the grid variables
using GridVariables = GetPropType<TypeTag, Properties::GridVariables>;
auto gridVariables = std::make_shared<GridVariables>(problem, fvGridGeometry);
gridVariables->init(x, xOld);
gridVariables->init(x);
problem->setGridVariables(gridVariables);
// get some time loop parameters
......
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