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

Merge branch 'fix/drawgrid_gnuplotmacro_output' into 'master'

[test][facecentered][drawgrid] replace macro gnuplot #warning with output

Closes #1076

See merge request !2804
parents 893a1421 d1daee65
No related branches found
No related tags found
1 merge request!2804[test][facecentered][drawgrid] replace macro gnuplot #warning with output
Pipeline #7893 passed
......@@ -284,7 +284,7 @@ void drawGridGeometry(const GridGeometry& gridGeometry,
DUNE_THROW(Dune::Exception, "Error running GNUPlot: " << cmd);
}
#else
#warning No gnuplot found. Cannot visualize result.
std::cout << "No gnuplot found. Cannot visualize result. \n";
#endif
}
......
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