correct spelling
This commit is contained in:
@ -110,7 +110,7 @@ public:
|
|||||||
|
|
||||||
void assign (size_t n, const Scalar& val) {
|
void assign (size_t n, const Scalar& val) {
|
||||||
|
|
||||||
/* Resize if necessary (behaviour of std:vector) */
|
/* Resize if necessary (behavior of std:vector) */
|
||||||
|
|
||||||
if(n>span())
|
if(n>span())
|
||||||
DV::resize(size_t (n*_extra_storage));
|
DV::resize(size_t (n*_extra_storage));
|
||||||
@ -177,7 +177,7 @@ public:
|
|||||||
|
|
||||||
const_reference back() const {return DV::h_view(_size - 1);}
|
const_reference back() const {return DV::h_view(_size - 1);}
|
||||||
|
|
||||||
/* std::algorithms witch work originally with iterators, here they are implemented as member functions */
|
/* std::algorithms which work originally with iterators, here they are implemented as member functions */
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
lower_bound (const size_t& start,
|
lower_bound (const size_t& start,
|
||||||
|
|||||||
Reference in New Issue
Block a user