| # | 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 | */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |