Added define NO_GNUPLOT to disable gnuplot extensions
Needed for win32 (well, at least for me)
This commit is contained in:
parent
0a9f57e652
commit
b2de3403a6
7 changed files with 71 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue