]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
refactor: include hxx instead of txx when explicitly declared
authorSONOLET Aymeric <aymeric.sonolet@cea.fr>
Mon, 13 May 2024 14:39:58 +0000 (16:39 +0200)
committerSONOLET Aymeric <aymeric.sonolet@cea.fr>
Wed, 11 Sep 2024 14:48:49 +0000 (16:48 +0200)
src/MEDCoupling/MEDCouplingIMesh.cxx
src/MEDCoupling/MEDCouplingTimeDiscretization.txx
src/MEDCoupling_Swig/MEDCouplingDataArrayTraits.hxx
src/MEDLoader/MEDFileFieldMultiTS.cxx
src/MEDLoader/MEDFileMesh.cxx
src/MEDLoader/MEDFileMeshLL.cxx
src/ParaMEDMEM/ParaDataArray.cxx
src/ParaMEDMEM/ParaDataArray.txx

index 7e4462c02f6085997d7aaee3a768e5b763306786..cd781a447bc53353c466b51e3cd9a8b127110440 100644 (file)
@@ -23,7 +23,7 @@
 #include "MCAuto.hxx"
 #include "MCIdType.hxx"
 #include "MEDCouplingCMesh.hxx"
-#include "MEDCouplingMemArray.txx"
+#include "MEDCouplingMemArray.hxx"
 #include "MEDCouplingFieldDouble.hxx"
 #include "MEDCouplingStructuredMesh.hxx"
 #include "MEDCouplingMesh.hxx"
index f48d9b77297bbc8415032f1f63d01e6276ec5c37..907e3c4da2609f45832ed52f2680a4c68f7695bd 100644 (file)
@@ -26,7 +26,6 @@
 #include "MEDCouplingTimeDiscretization.hxx"
 #include "MEDCouplingTraits.hxx"
 #include "InterpKernelException.hxx"
-#include "MEDCouplingMemArray.txx"
 
 #include <algorithm>
 #include <cmath>
index 2a9179639e2f75901a8e35d0779657dea94b226b..5db25568dfe68e02ed247183033ee32335e9b80a 100644 (file)
@@ -22,7 +22,7 @@
 #define __MEDCOUPLINGDATAARRAYTRAITS_HXX__
 
 #include "MCType.hxx"
-#include "MEDCouplingMemArray.txx"
+#include "MEDCouplingMemArray.hxx"
 
 #include <Python.h>
 
index 46dd6b1505167eee75251eae01031c562f1cc926..397155121e220ea7ae367a76cbef7bc357630524 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "MEDFileFieldMultiTS.hxx"
 #include "MEDFileField.txx"
+#include "MEDFileMesh.hxx"
 #include "MCType.hxx"
 #include "MEDFileFieldGlobs.hxx"
 #include "MEDFileEntities.hxx"
index 72dea91d767ac95821e458fd7e043aabaee7de3a..9a3caac27e9bc59a3f92af97cefe38f73846907c 100644 (file)
@@ -47,7 +47,6 @@
 
 #include "MEDCouplingUMesh.hxx"
 #include "MEDCouplingMappedExtrudedMesh.hxx"
-#include "MEDCouplingMemArray.txx"
 // #include "MEDFileMeshElt.hxx"
 
 #include "InterpKernelAutoPtr.hxx"
index f2341131f25a3aa903503291111dee94af2b505c..cce318be9b01cd8b677948037cd13fc26894a0eb 100644 (file)
 #include "MEDFileMeshLL.hxx"
 #include "MEDCouplingCurveLinearMesh.hxx"
 #include "MEDCouplingMesh.hxx"
-#include "MEDCouplingMemArray.txx"
+#include "MEDCouplingMemArray.hxx"
 #include "MEDFileBasis.hxx"
 #include "MCType.hxx"
 #include "MCAuto.hxx"
-#include "MEDCouplingMap.txx"
+#include "MEDCouplingMap.hxx"
 #include "MEDCouplingPartDefinition.hxx"
 #include "MEDCouplingRefCountObject.hxx"
 #include "MCIdType.hxx"
index 7bd2249c0f079539ba5fb6cbb4197f12b51dcb97..bfee15a6c6c696d27f7e2a821f9331a2ebf102e6 100644 (file)
 #include "ParaDataArray.txx"
 #include "MCType.hxx"
 #include "MEDCouplingMemArray.hxx"
+#include "MEDCouplingMemArray.txx"
 
 using namespace MEDCoupling;
 
+template class MEDCoupling::DataArrayTemplate<int>;
 template class MEDCoupling::ParaDataArrayTemplate<Int32>;
 template class MEDCoupling::ParaDataArrayTemplate<Int64>;
 template class MEDCoupling::ParaDataArrayDiscrete<Int32>;
index 232c7c8acf3a99664edbc2a3c95791426b33d620..7e358d6cf2a9cc9dd885b3e934b07c272a8d5d6d 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "MEDCouplingTraits.hxx"
 #include "MCType.hxx"
-#include "MEDCouplingMemArray.txx"
+#include "MEDCouplingMemArray.hxx"
 #include "MCAuto.hxx"
 #include "ParaDataArray.hxx"
 #include "CommInterface.hxx"