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

Diff of /trunk/gadget/doublevector.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 37  Line 37 
37     */     */
38    ~DoubleVector();    ~DoubleVector();
39    /**    /**
40       * \brief This is method initialize the DoubleVector for a specified size with an initial value
41       * \param sz is the size of the vector to be created
42       * \param initial is the initial value for all the entries of the vector
43       */
44        void Initialize(int sz, double initial);
45      /**
46     * \brief This will add new entries to the vector     * \brief This will add new entries to the vector
47     * \param addsize is the number of new entries to the vector     * \param addsize is the number of new entries to the vector
48     * \param value is the value that will be entered for the new entries     * \param value is the value that will be entered for the new entries

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