]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Make it work with 64bits config
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 9 Jan 2020 09:16:31 +0000 (10:16 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 9 Jan 2020 09:16:31 +0000 (10:16 +0100)
src/MEDCoupling/MEDCouplingMemArray.cxx

index 50f19056dde1125834b28f39d9104ff03c28cd1d..488c15a897e0592f38158ced62245e40bd85ca9b 100755 (executable)
@@ -46,7 +46,8 @@ template class MEDCoupling::MemArray<mcIdType>;
 template class MEDCoupling::MemArray<double>;
 template class MEDCoupling::DataArrayTemplate<mcIdType>;
 template class MEDCoupling::DataArrayTemplate<double>;
-template class MEDCoupling::DataArrayTemplateClassic<mcIdType>;
+template class MEDCoupling::DataArrayTemplateClassic<Int32>;
+template class MEDCoupling::DataArrayTemplateClassic<Int64>;
 template class MEDCoupling::DataArrayTemplateClassic<double>;
 template class MEDCoupling::DataArrayTemplateFP<double>;
 template class MEDCoupling::DataArrayIterator<double>;