--- trunk/gadget/ecosystem.h 2015/09/01 19:14:33 15 +++ trunk/gadget/ecosystem.h 2015/10/13 11:29:01 16 @@ -124,7 +124,7 @@ * \param Stochastic is the StochasticData containing the new values of the parameters */ void Update(const StochasticData* const Stochastic) const { keeper->Update(Stochastic); }; -#ifndef NO_OPENMP +#ifdef _OPENMP /** * \brief This function will update the store values of the parameters of the Ecosystems used with OpenMP * \param v is the DoubleVector that store the values of the parameters of the main Ecosystem