now added an std::ends for plotting strstream
This commit is contained in:
parent
6f98944212
commit
fda39068af
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue