From: abn Date: Thu, 2 Aug 2018 09:42:39 +0000 (+0200) Subject: Intel17 portability. X-Git-Tag: SHAPER_V9_1_0RC1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c61d42b76b7764176977584c538e90e2c12d6e9f;p=tools%2Fmedcoupling.git Intel17 portability. --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index 8914b83b0..b96febeff 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -54,6 +54,12 @@ template class MEDCoupling::DataArrayIterator; template class MEDCoupling::DataArrayDiscrete; template class MEDCoupling::DataArrayDiscreteSigned; +// [ABN] : Newest Intel compilers need this: +template Traits::ArrayType* MEDCoupling::DataArrayTuple::buildDA(int, int) const; +template Traits::ArrayType* MEDCoupling::DataArrayTuple::buildDA(int, int) const; +template Traits::ArrayType* MEDCoupling::DataArrayTuple::buildDA(int, int) const; + + template void DataArrayDouble::findCommonTuplesAlg(const double *bbox, int nbNodes, int limitNodeId, double prec, DataArrayInt *c, DataArrayInt *cI) const {