|
|
|
@ -13,7 +13,6 @@ |
|
|
|
#ifndef _MP_MATHPLOT_H_ |
|
|
|
#define _MP_MATHPLOT_H_ |
|
|
|
|
|
|
|
/** @file mathplot.h */ |
|
|
|
/** |
|
|
|
* wxMathPlot is a framework for mathematical graph plotting in wxWindows. |
|
|
|
* |
|
|
|
@ -51,6 +50,11 @@ |
|
|
|
* Jose Luis Blanco, Val Greene.<br> |
|
|
|
*/ |
|
|
|
|
|
|
|
/** |
|
|
|
* @file mathplot.h |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
// this definition uses windows dll to export function. |
|
|
|
// WXDLLIMPEXP_MATHPLOT definition definition changed to WXDLLIMPEXP_MATHPLOT |
|
|
|
// mathplot_EXPORTS will be defined by cmake |
|
|
|
@ -2032,6 +2036,4 @@ protected: |
|
|
|
double m_min_x, m_max_x, m_min_y, m_max_y; |
|
|
|
}; |
|
|
|
|
|
|
|
/*@}*/ |
|
|
|
|
|
|
|
#endif // _MP_MATHPLOT_H_ |