From: dmv Date: Wed, 14 Jan 2009 11:35:08 +0000 (+0000) Subject: 0020129: [CEA 310] MEDMEM compilation on icc X-Git-Tag: EndIntegAG1302~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=28d4c6d5f2734b4c16e6d75308ca88e7ce03584c;p=tools%2Fmedcoupling.git 0020129: [CEA 310] MEDMEM compilation on icc --- diff --git a/src/INTERP_KERNEL/PointLocator.cxx b/src/INTERP_KERNEL/PointLocator.cxx index f1f9d74f8..378a6b366 100644 --- a/src/INTERP_KERNEL/PointLocator.cxx +++ b/src/INTERP_KERNEL/PointLocator.cxx @@ -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) diff --git a/src/INTERP_KERNEL/Test/InterpolationOptionsTest.cxx b/src/INTERP_KERNEL/Test/InterpolationOptionsTest.cxx index 7222a2156..58cf3db55 100644 --- a/src/INTERP_KERNEL/Test/InterpolationOptionsTest.cxx +++ b/src/INTERP_KERNEL/Test/InterpolationOptionsTest.cxx @@ -18,7 +18,9 @@ // #include "InterpolationOptionsTest.hxx" #include "MEDNormalizedUnstructuredMesh.hxx" +#include "MEDNormalizedUnstructuredMesh.txx" #include "Interpolation2D.hxx" +#include "Interpolation2D.txx" #include #include diff --git a/src/INTERP_KERNEL/Test/PerfTest.cxx b/src/INTERP_KERNEL/Test/PerfTest.cxx index 7c7bedf36..f8cac8300 100644 --- a/src/INTERP_KERNEL/Test/PerfTest.cxx +++ b/src/INTERP_KERNEL/Test/PerfTest.cxx @@ -24,6 +24,7 @@ #include "MEDMEM_Mesh.hxx" #include "MEDNormalizedUnstructuredMesh.hxx" +#include "MEDNormalizedUnstructuredMesh.txx" #include #include diff --git a/src/ParaMEDMEM/InterpolationMatrix.cxx b/src/ParaMEDMEM/InterpolationMatrix.cxx index 31c4e696c..44047904a 100644 --- a/src/ParaMEDMEM/InterpolationMatrix.cxx +++ b/src/ParaMEDMEM/InterpolationMatrix.cxx @@ -26,6 +26,7 @@ #include "Interpolation3DSurf.txx" #include "Interpolation3D.txx" #include "MEDNormalizedUnstructuredMesh.hxx" +#include "MEDNormalizedUnstructuredMesh.txx" #include "InterpolationOptions.hxx" /*! \class InterpolationMatrix diff --git a/src/ParaMEDMEM/ParaFIELD.hxx b/src/ParaMEDMEM/ParaFIELD.hxx index 7e3fded3f..bbe635979 100644 --- a/src/ParaMEDMEM/ParaFIELD.hxx +++ b/src/ParaMEDMEM/ParaFIELD.hxx @@ -26,7 +26,6 @@ namespace MEDMEM{ class MEDEXCEPTION; - template class FIELD; }