Added an accessor to the pointsize, for do_make_checkpoint_pareto

This commit is contained in:
evomarc 2005-10-10 13:33:13 +00:00
commit 800a62ae34

View file

@ -107,6 +107,8 @@ class eoGnuplot1DSnapshot: public eoFileSnapshot, public eoGnuplot
gnuplotCommand(os.str());
}
void setPointSize(unsigned _pointSize)
{ pointSize = _pointSize; }
protected: