|
From: <de...@us...> - 2003-03-28 19:05:23
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv15548
Modified Files:
Interpolate.h
Log Message:
no message
Index: Interpolate.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Interpolate.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Interpolate.h 26 Mar 2003 05:08:02 -0000 1.3
--- Interpolate.h 28 Mar 2003 19:05:20 -0000 1.4
***************
*** 42,46 ****
--- 42,48 ----
#include <vector>
#include <cstdio>
+
#include <SimData/Enum.h>
+ #include <SimData/Export.h>
***************
*** 63,67 ****
* @author Mark Rose <mr...@st...>
*/
! class InterpolatedData: public BaseType {
/*
--- 65,69 ----
* @author Mark Rose <mr...@st...>
*/
! class SIMDATA_EXPORT InterpolatedData: public BaseType {
/*
***************
*** 138,142 ****
* @author Mark Rose <mr...@st...>
*/
! class Table: public InterpolatedData {
public:
--- 140,144 ----
* @author Mark Rose <mr...@st...>
*/
! class SIMDATA_EXPORT Table: public InterpolatedData {
public:
|