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 1, Mon Feb 10 17:09:07 2014 UTC revision 12, Fri Jul 24 18:36:24 2015 UTC
# Line 144  Line 144 
144     * \brief This function will return the maximum ratio of a stock that can be consumed on any given timestep     * \brief This function will return the maximum ratio of a stock that can be consumed on any given timestep
145     * \return maxratio     * \return maxratio
146     */     */
147    double getMaxRatio() const { return maxratio; };    double getMaxRatio() const {
148              return maxratio;
149      }
150      /**
151       * \brief This function will return seeds used in SA
152       * \return seed array of unsigned int with the seeds used in SA
153       */
154      unsigned* getSeed() const {return seed;};
155    
156    
157  private:  private:
158    /**    /**
159     * \brief This function will read input from a file instead of the command line     * \brief This function will read input from a file instead of the command line
# Line 219  Line 228 
228     * \brief This is the maximum ratio of a stock that can be consumed on any given timestep     * \brief This is the maximum ratio of a stock that can be consumed on any given timestep
229     */     */
230    double maxratio;    double maxratio;
231      /**
232       * \brief vector with the seeds used in SA
233       * \note see[0] = seed | see[1] = seedM | see[2] = seedP
234       */
235      unsigned* seed;
236  };  };
237    
238  #endif  #endif
239    

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

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

Powered By FusionForge