From 1ca45368c13a02b05f343bba1ce679a1c9fd08fd Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Thu, 20 Oct 2016 15:09:26 +0200 Subject: [PATCH] [plotmateriallaw3p] Remove whitespaces and brackets *They mess up the file name... --- dumux/io/plotmateriallaw3p.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/io/plotmateriallaw3p.hh b/dumux/io/plotmateriallaw3p.hh index 444fa69748..e49b7d5bcf 100644 --- a/dumux/io/plotmateriallaw3p.hh +++ b/dumux/io/plotmateriallaw3p.hh @@ -198,7 +198,7 @@ public: gnuplotpc_.setXlabel("wetting phase saturation [-]"); gnuplotpc_.setYlabel("capillary pressure [Pa]"); gnuplotpc_.addDataSetToPlot(st, pc, curveTitle + "_pcgn-St"); - gnuplotpc_.plot("pcgn-St (St=Sw+Sn)"); + gnuplotpc_.plot("pcgn-St"); } -- GitLab