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/maininfo.h
[mareframe] / trunk / gadget / maininfo.h Repository:
ViewVC logotype

Diff of /trunk/gadget/maininfo.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 50  Line 50 
50     * \param filename is the name of the file     * \param filename is the name of the file
51     */     */
52    void setPrintFinalFile(char* filename);    void setPrintFinalFile(char* filename);
53    #ifdef _OPENMP
54      /**
55       * \brief This function will store parallel options
56       */
57      void setParallel(char* filename);
58    #endif
59    /**    /**
60     * \brief This function will store the filename that the initial values for the model parameters will be read from     * \brief This function will store the filename that the initial values for the model parameters will be read from
61     * \param filename is the name of the file     * \param filename is the name of the file
# Line 85  Line 91 
91     * \return flag     * \return flag
92     */     */
93    int runPrint() const { return runprint; };    int runPrint() const { return runprint; };
94    #ifdef _OPENMP
95      /**
96       * \brief This function will return the flag used to determine whether the current simulation should print the model output
97       * \return flag
98       */
99      int runParallel() const { return runparallel; };
100    #endif
101    /**    /**
102     * \brief This function will return the flag used to determine whether the optimisation parameters have been given     * \brief This function will return the flag used to determine whether the optimisation parameters have been given
103     * \return flag     * \return flag
# Line 233  Line 246 
246     * \note see[0] = seed | see[1] = seedM | see[2] = seedP     * \note see[0] = seed | see[1] = seedM | see[2] = seedP
247     */     */
248    unsigned* seed;    unsigned* seed;
249    #ifdef _OPENMP
250      /**
251       * \brief This is the flag used to denote whether the likelihood score should be optimised in pararrel   */
252      int runparallel;
253    #endif
254  };  };
255    
256  #endif  #endif

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