]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Porting SALOME 6.3.1 on windows platform.
authorrnv <rnv@opencascade.com>
Tue, 5 Jul 2011 13:45:30 +0000 (13:45 +0000)
committerrnv <rnv@opencascade.com>
Tue, 5 Jul 2011 13:45:30 +0000 (13:45 +0000)
src/INTERP_KERNEL/Interpolation2DCurve.hxx
src/INTERP_KERNEL/Interpolation3D.cxx

index 0077fa3b8e797cf2aa2f836c4e9e374f80ad57c0..8a3f09b2aa6b5dbc12a5f42734f99d8b1c3ff4ab 100644 (file)
@@ -25,7 +25,7 @@
 
 namespace INTERP_KERNEL
 {
-  class Interpolation2DCurve : public InterpolationCurve<Interpolation2DCurve>
+  class INTERPKERNEL_EXPORT Interpolation2DCurve : public InterpolationCurve<Interpolation2DCurve>
   {
   public:
     Interpolation2DCurve();
index 70e249140e6e505e4cd6f4bc6da867872845d3ea..d5c9f6c86e7c696179f7f9e670852da79a631cef 100644 (file)
@@ -18,6 +18,7 @@
 //
 
 #include "Interpolation3D.hxx"
+#include "Interpolation3D.txx"
 
 namespace INTERP_KERNEL
 {