Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/ecosystem.h
[mareframe] / trunk / gadget / ecosystem.h Repository:
ViewVC logotype

Diff of /trunk/gadget/ecosystem.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12, Fri Jul 24 18:36:24 2015 UTC revision 17, Mon Nov 9 10:22:57 2015 UTC
# Line 124  Line 124 
124     * \param Stochastic is the StochasticData containing the new values of the parameters     * \param Stochastic is the StochasticData containing the new values of the parameters
125     */     */
126    void Update(const StochasticData* const Stochastic) const { keeper->Update(Stochastic); };    void Update(const StochasticData* const Stochastic) const { keeper->Update(Stochastic); };
127  #ifndef NO_OPENMP  #ifdef _OPENMP
128    /**    /**
129     * \brief This function will update the store values of the parameters of the Ecosystems used with OpenMP     * \brief This function will update the store values of the parameters of the Ecosystems used with OpenMP
130     * \param v is the DoubleVector that store the values of the parameters of the main Ecosystem     * \param v is the DoubleVector that store the values of the parameters of the main Ecosystem
# Line 272  Line 272 
272    /**    /**
273     * \brief This is the flag used to denote whether the user has interrupted the current model run     * \brief This is the flag used to denote whether the user has interrupted the current model run
274     */     */
275    volatile int interrupted;    //volatile int interrupted;
276  protected:  protected:
277    /**    /**
278     * \brief This is the value of the likelihood score for the current simulation     * \brief This is the value of the likelihood score for the current simulation

Legend:
Removed from v.12  
changed lines
  Added in v.17

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge