/** * \file OOPE_function.cpp * \brief It contains most of the program's fonctions * */ #include #include #include #include int main(int argc, char *argv[]) { int NGROUP = 10000 ; double carr[NGROUP]; double *data1; int p; typedef boost::multi_array array_type; time_t start, end, total; array_type boar(boost::extents[NGROUP]); data1 = boar.data(); for (p=0; p