ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/DynamicVector.hpp
(Generate patch)

Comparing branches/development/src/math/DynamicVector.hpp (file contents):
Revision 1744 by gezelter, Tue Jun 5 18:07:08 2012 UTC vs.
Revision 1808 by gezelter, Mon Oct 22 20:42:10 2012 UTC

# Line 94 | Line 94 | namespace OpenMD {
94         *  @brief  Create a %DynamicVector with copies of an exemplar element.
95         *  @param  n  The number of elements to initially create.
96         *  @param  value  An element to copy.
97 +       *  @param  alloc  The allocator_type to use
98         *
99         *  This constructor fills the %DynamicVector with @a n copies of @a value.
100         */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines