From: <mk...@us...> - 2003-08-10 18:06:51
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv14087 Modified Files: LUT.h Log Message: Index: LUT.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/LUT.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** LUT.h 6 Aug 2003 06:36:24 -0000 1.6 --- LUT.h 10 Aug 2003 18:06:48 -0000 1.7 *************** *** 266,270 **** * Base class for interpolated lookup tables. */ ! class Interpolation: public BaseType { public: typedef enum { LINEAR, SPLINE } Modes; --- 266,270 ---- * Base class for interpolated lookup tables. */ ! class SIMDATA_EXPORT Interpolation: public BaseType { public: typedef enum { LINEAR, SPLINE } Modes; *************** *** 311,315 **** */ template <typename X> ! class InterpolationType: public Interpolation { protected: X m_X0, m_X1, m_XS; --- 311,315 ---- */ template <typename X> ! class SIMDATA_EXPORT InterpolationType: public Interpolation { protected: X m_X0, m_X1, m_XS; |