]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
0020129: [CEA 310] MEDMEM compilation on icc
authordmv <dmv@opencascade.com>
Wed, 14 Jan 2009 11:35:08 +0000 (11:35 +0000)
committerdmv <dmv@opencascade.com>
Wed, 14 Jan 2009 11:35:08 +0000 (11:35 +0000)
src/INTERP_KERNEL/PointLocator.cxx
src/INTERP_KERNEL/Test/InterpolationOptionsTest.cxx
src/INTERP_KERNEL/Test/PerfTest.cxx
src/ParaMEDMEM/InterpolationMatrix.cxx
src/ParaMEDMEM/ParaFIELD.hxx

index f1f9d74f8d3843ab0b514f659b4f625bee44b954..378a6b36674706344d689c4e089cecb98d051517 100644 (file)
@@ -21,6 +21,7 @@
 #include "MEDMEM_Exception.hxx"
 #include "PointLocatorAlgos.txx"
 #include "PointLocator.hxx"
+#include "MEDNormalizedUnstructuredMesh.txx"
 
 namespace INTERP_KERNEL {
   PointLocator::PointLocator(const MEDMEM::MESH& mesh)
index 7222a2156a4df15d383b361bc13d21bc07e9ffee..58cf3db552cc2cf45e80a2136e2e5472b18846fd 100644 (file)
@@ -18,7 +18,9 @@
 //
 #include "InterpolationOptionsTest.hxx"
 #include "MEDNormalizedUnstructuredMesh.hxx"
+#include "MEDNormalizedUnstructuredMesh.txx"
 #include "Interpolation2D.hxx"
+#include "Interpolation2D.txx"
 #include <iostream>
 #include <vector>
 
index 7c7bedf368cfcc862bde79558a1643d2c62e88be..f8cac8300c535168e90bbde62ee63eb55f3c7c94 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "MEDMEM_Mesh.hxx"
 #include "MEDNormalizedUnstructuredMesh.hxx"
+#include "MEDNormalizedUnstructuredMesh.txx"
 
 #include <cassert>
 #include <string>
index 31c4e696cf8076e2d8b2a5fd43e93773c8642466..44047904a14f5832a2e6d96cd9399f8a2e1466eb 100644 (file)
@@ -26,6 +26,7 @@
 #include "Interpolation3DSurf.txx"
 #include "Interpolation3D.txx"
 #include "MEDNormalizedUnstructuredMesh.hxx"
+#include "MEDNormalizedUnstructuredMesh.txx"
 #include "InterpolationOptions.hxx"
 
 /*! \class InterpolationMatrix
index 7e3fded3fc4a110742edcab609a0a1d8c644b34a..bbe635979be0461d646432446c9bfdd50e1d7f92 100644 (file)
@@ -26,7 +26,6 @@
 
 namespace MEDMEM{
        class MEDEXCEPTION;
-  template <class T> class FIELD<T>;
 }