Skip to content
Snippets Groups Projects

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

Merged Ned Coltman requested to merge fix/drawgrid_gnuplotmacro_output into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
}
Loading