From 28d4c6d5f2734b4c16e6d75308ca88e7ce03584c Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 14 Jan 2009 11:35:08 +0000 Subject: [PATCH] 0020129: [CEA 310] MEDMEM compilation on icc --- src/INTERP_KERNEL/PointLocator.cxx | 1 + src/INTERP_KERNEL/Test/InterpolationOptionsTest.cxx | 2 ++ src/INTERP_KERNEL/Test/PerfTest.cxx | 1 + src/ParaMEDMEM/InterpolationMatrix.cxx | 1 + src/ParaMEDMEM/ParaFIELD.hxx | 1 - 5 files changed, 5 insertions(+), 1 deletion(-) 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; } -- 2.39.2