From c61d42b76b7764176977584c538e90e2c12d6e9f Mon Sep 17 00:00:00 2001 From: abn Date: Thu, 2 Aug 2018 11:42:39 +0200 Subject: [PATCH] Intel17 portability. --- src/MEDCoupling/MEDCouplingMemArray.cxx | 6 ++++++ 1 file changed, 6 insertions(+) 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 { -- 2.39.2