--- trunk/gadget/bfgs.cc 2015/07/23 19:00:38 11 +++ trunk/gadget/bfgs.cc 2015/07/24 18:36:24 12 @@ -292,10 +292,9 @@ } } -//FIXME doc +/* bfgs isn't optimized with OpenMP, this method only call the sequential method*/ #ifdef GADGET_OPENMP void OptInfoBFGS::OptimiseLikelihoodOMP() { OptimiseLikelihood(); -// EcoSystem->writeOptValuesOMP(); } #endif