now added an std::ends for plotting strstream

This commit is contained in:
maartenkeijzer 2003-03-21 02:44:05 +00:00
commit fda39068af

View file

@ -149,6 +149,7 @@ inline eoMonitor& eoGnuplot1DSnapshot::operator() (void)
#ifdef HAVE_SSTREAM
PipeComSend( gpCom, os.str().c_str());
#else
os << std::ends;
PipeComSend( gpCom, buff );
#endif
return (*this);