From 6f5a34a13461817e23e70ce67952104e84ca7d86 Mon Sep 17 00:00:00 2001 From: evomarc Date: Thu, 31 Jan 2002 17:32:27 +0000 Subject: [PATCH] Updated the comments --- eo/src/utils/eoGnuplot1DSnapshot.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eo/src/utils/eoGnuplot1DSnapshot.h b/eo/src/utils/eoGnuplot1DSnapshot.h index 3c064960..8134b1dd 100644 --- a/eo/src/utils/eoGnuplot1DSnapshot.h +++ b/eo/src/utils/eoGnuplot1DSnapshot.h @@ -47,9 +47,9 @@ This class plots through gnuplot the eoStat given as argument -/** eoGnuplot1DMonitor plots stats through gnuplot - * assumes that the same file is appened every so and so, - * and replots it everytime +/** eoGnuplot1DSnapshot plots stats through gnuplot + * assumes that the same file is re-written every so and so, + * and plots it from scratch everytime it's called */ class eoGnuplot1DSnapshot: public eoFileSnapshot, public eoGnuplot { @@ -88,7 +88,7 @@ private: inline eoMonitor& eoGnuplot1DSnapshot::operator() (void) ///////////////////////////////////////////////////////// { - // update file using the eoFileMonitor + // update file using the eoFileMonitor method eoFileSnapshot::operator()(); // sends plot order to gnuplot