From 7b8b8905b35189845c4d3173501d52df344bfef3 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 31 Aug 2018 15:33:08 +0200 Subject: [PATCH] to iterate with Adrien --- src/MEDCoupling/MEDCouplingMemArray.cxx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index b96febeff..d186df667 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -54,6 +54,13 @@ template class MEDCoupling::DataArrayIterator; template class MEDCoupling::DataArrayDiscrete; template class MEDCoupling::DataArrayDiscreteSigned; +// Anthony: for windows porting and OK for gcc. Iteration with ABN needed +#ifdef WIN32 +template class MEDCoupling::DataArrayTuple; +template class MEDCoupling::DataArrayTuple; +template class MEDCoupling::DataArrayTuple; +#endif + // [ABN] : Newest Intel compilers need this: template Traits::ArrayType* MEDCoupling::DataArrayTuple::buildDA(int, int) const; template Traits::ArrayType* MEDCoupling::DataArrayTuple::buildDA(int, int) const; -- 2.39.2