Added an accessor to the pointsize in eoeoGnuplot1DSnapshot.h

This commit is contained in:
evomarc 2005-10-10 13:34:21 +00:00
commit 2934551289

View file

@ -153,7 +153,7 @@ eoCheckPoint<EOT>& do_make_checkpoint_pareto(eoParser& _parser, eoState& _state,
{
eoGnuplot1DSnapshot & plotSnapshot = _state.storeFunctor(new
eoGnuplot1DSnapshot(snapshot));
plotSnapshot.pointSize =3;
plotSnapshot.setPointSize(3);
checkpoint.add(plotSnapshot);
}
}