Update for gcc-4.3 compatibility
This commit is contained in:
parent
1187a83c82
commit
0388f95758
11 changed files with 152 additions and 130 deletions
|
|
@ -11,7 +11,6 @@ eoMonitor& eoGnuplot1DSnapshot::operator()()
|
|||
// update file using the eoFileMonitor method
|
||||
eoFileSnapshot::operator()();
|
||||
#ifdef HAVE_GNUPLOT
|
||||
|
||||
// sends plot order to gnuplot
|
||||
std::ostringstream os;
|
||||
os << "set title 'Gen. " << getCounter() << "'; plot '"
|
||||
|
|
@ -25,8 +24,10 @@ eoMonitor& eoGnuplot1DSnapshot::operator()()
|
|||
}
|
||||
|
||||
|
||||
|
||||
// Local Variables:
|
||||
// coding: iso-8859-1
|
||||
// mode: C++
|
||||
// c-file-offsets: ((c . 0))
|
||||
// c-file-style: "Stroustrup"
|
||||
// fill-column: 80
|
||||
// End:
|
||||
|
|
|
|||
Reference in a new issue