Added define NO_GNUPLOT to disable gnuplot extensions

Needed for win32 (well, at least for me)
This commit is contained in:
maartenkeijzer 2004-01-21 19:57:19 +00:00
commit b2de3403a6
7 changed files with 71 additions and 23 deletions

View file

@ -23,6 +23,7 @@
mkeijzer@dhi.dk
*/
//-----------------------------------------------------------------------------
#ifndef NO_GNUPLOT
#ifndef _eoGnuplot1DMonitor_H
#define _eoGnuplot1DMonitor_H
@ -129,3 +130,4 @@ inline void eoGnuplot1DMonitor::FirstPlot()
}
#endif
#endif