From: Anthony Geay Date: Thu, 9 Jan 2020 09:16:31 +0000 (+0100) Subject: Make it work with 64bits config X-Git-Tag: V9_5_0a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a7aa4220a94712d3e6dccb75195310b42f8e8018;p=tools%2Fmedcoupling.git Make it work with 64bits config --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index 50f19056d..488c15a89 100755 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -46,7 +46,8 @@ template class MEDCoupling::MemArray; template class MEDCoupling::MemArray; template class MEDCoupling::DataArrayTemplate; template class MEDCoupling::DataArrayTemplate; -template class MEDCoupling::DataArrayTemplateClassic; +template class MEDCoupling::DataArrayTemplateClassic; +template class MEDCoupling::DataArrayTemplateClassic; template class MEDCoupling::DataArrayTemplateClassic; template class MEDCoupling::DataArrayTemplateFP; template class MEDCoupling::DataArrayIterator;