]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
On the fly
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 25 Sep 2020 07:00:37 +0000 (09:00 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 25 Sep 2020 07:00:37 +0000 (09:00 +0200)
src/MEDLoader/MEDFileField1TS.cxx

index bc6e48e11b2711991b33b631dac4a50af6eab229..57c6879ed380b4eec82a70b6b7670a7b94a077e7 100644 (file)
@@ -31,15 +31,19 @@ using namespace MEDCoupling;
 
 extern INTERP_KERNEL::NormalizedCellType typmai2[MED_N_CELL_FIXED_GEO];
 
-template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA<int>;
+template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA<Int32>;
+template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA<Int64>;
 template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA<float>;
 template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA<double>;
-template class MEDCoupling::MEDFileField1TSNDTemplateWithoutSDA<int>;
+template class MEDCoupling::MEDFileField1TSNDTemplateWithoutSDA<Int32>;
+template class MEDCoupling::MEDFileField1TSNDTemplateWithoutSDA<Int64>;
 template class MEDCoupling::MEDFileField1TSNDTemplateWithoutSDA<float>;
-template class MEDCoupling::MEDFileTemplateField1TS<int>;
+template class MEDCoupling::MEDFileTemplateField1TS<Int32>;
+template class MEDCoupling::MEDFileTemplateField1TS<Int64>;
 template class MEDCoupling::MEDFileTemplateField1TS<float>;
 template class MEDCoupling::MEDFileTemplateField1TS<double>;
-template class MEDCoupling::MEDFileNDTemplateField1TS<int>;
+template class MEDCoupling::MEDFileNDTemplateField1TS<Int32>;
+template class MEDCoupling::MEDFileNDTemplateField1TS<Int64>;
 template class MEDCoupling::MEDFileNDTemplateField1TS<float>;
 
 const char MEDFileField1TSWithoutSDA::TYPE_STR[]="FLOAT64";