mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-26 05:02:16 +00:00
Indent with ASCII spaces!
svn path=/trunk/boost/boost/numeric/ublas/; revision=27803
This commit is contained in:
@@ -2598,13 +2598,13 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
value_array_type &value_data () {
|
||||
return value_data_;
|
||||
}
|
||||
BOOST_UBLAS_INLINE
|
||||
void complete_index1_data () {
|
||||
while (filled1_ <= layout_type::size1 (size1_, size2_)) {
|
||||
this->index1_data_ [filled1_] = k_based (filled2_);
|
||||
++ this->filled1_;
|
||||
}
|
||||
}
|
||||
BOOST_UBLAS_INLINE
|
||||
void complete_index1_data () {
|
||||
while (filled1_ <= layout_type::size1 (size1_, size2_)) {
|
||||
this->index1_data_ [filled1_] = k_based (filled2_);
|
||||
++ this->filled1_;
|
||||
}
|
||||
}
|
||||
|
||||
// Resizing
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user