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 19, Wed May 25 16:36:33 2016 UTC revision 20, Fri Apr 7 09:20:55 2017 UTC
# Line 39  Line 39 
39     */     */
40    Ecosystem(const MainInfo& main);    Ecosystem(const MainInfo& main);
41    /**    /**
42       * \brief This is the Ecosystem constructor specifying details about the model
43       * \param main is the MainInfo specifying the command line options for the model run
44       */
45      Ecosystem(const Ecosystem& ecosystem);
46      /**
47     * \brief This is the default Ecosystem destructor     * \brief This is the default Ecosystem destructor
48     */     */
49    ~Ecosystem();    ~Ecosystem();
# Line 354  Line 359 
359   * \brief This empty char is used for the purpose of avoiding false sharing between the EcoSystems.   * \brief This empty char is used for the purpose of avoiding false sharing between the EcoSystems.
360   */   */
361    char filling[128];    char filling[128];
362     /**
363     * \brief Type of selected parallel optimization
364     */
365      const int static SPECULATIVE=1;
366      const int static REPRODUCIBLE=2;
367      int runParallel;
368  #endif  #endif
369  };  };
370    

Legend:
Removed from v.19  
changed lines
  Added in v.20

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

Powered By FusionForge