Skip to content
Snippets Groups Projects
Commit aa7f908a authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[test][effdiff] Initialize parameter tree

parent 5d853cd2
No related branches found
No related tags found
1 merge request!1879Cleanup/remove deprecated
......@@ -34,7 +34,7 @@ int main(int argc, char** argv)
{
using namespace Dumux;
Parameters::parseCommandLineArguments(argc, argv);
Parameters::init(argc, argv);
GnuplotInterface<double> gnuplot;
gnuplot.setOpenPlotWindow(false);
......
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