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 10, Wed Jun 10 13:01:42 2015 UTC revision 11, Thu Jul 23 19:00:38 2015 UTC
# Line 36  Line 36 
36     * \note This will free all the memory allocated to all the elements of the vector     * \note This will free all the memory allocated to all the elements of the vector
37     */     */
38    ~DoubleVector();    ~DoubleVector();
39      /** FIXME doc
40         * \brief This is the DoubleVector constructor 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

Legend:
Removed from v.10  
changed lines
  Added in v.11

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

Powered By FusionForge