From 800a62ae34df21430b533172374e561c636dec97 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 10 Oct 2005 13:33:13 +0000 Subject: [PATCH] Added an accessor to the pointsize, for do_make_checkpoint_pareto --- eo/src/utils/eoGnuplot1DSnapshot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eo/src/utils/eoGnuplot1DSnapshot.h b/eo/src/utils/eoGnuplot1DSnapshot.h index c08b6fb9..f004a56e 100644 --- a/eo/src/utils/eoGnuplot1DSnapshot.h +++ b/eo/src/utils/eoGnuplot1DSnapshot.h @@ -107,6 +107,8 @@ class eoGnuplot1DSnapshot: public eoFileSnapshot, public eoGnuplot gnuplotCommand(os.str()); } + void setPointSize(unsigned _pointSize) + { pointSize = _pointSize; } protected: