]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
to iterate with Adrien
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 31 Aug 2018 13:33:08 +0000 (15:33 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 31 Aug 2018 13:33:08 +0000 (15:33 +0200)
src/MEDCoupling/MEDCouplingMemArray.cxx

index b96febeff68774d2aea7815440d5586daa468df7..d186df667e7614e306da868950aab9ced82bcc4a 100644 (file)
@@ -54,6 +54,13 @@ template class MEDCoupling::DataArrayIterator<int>;
 template class MEDCoupling::DataArrayDiscrete<Int32>;
 template class MEDCoupling::DataArrayDiscreteSigned<Int32>;
 
+// Anthony: for windows porting and OK for gcc. Iteration with ABN needed
+#ifdef WIN32
+template class MEDCoupling::DataArrayTuple<int>;
+template class MEDCoupling::DataArrayTuple<double>;
+template class MEDCoupling::DataArrayTuple<float>;
+#endif
+
 // [ABN] : Newest Intel compilers need this:
 template Traits<Int32>::ArrayType* MEDCoupling::DataArrayTuple<Int32>::buildDA(int, int) const;
 template Traits<double>::ArrayType* MEDCoupling::DataArrayTuple<double>::buildDA(int, int) const;