| 170 | |
| 171 | template < index_t dimension > |
| 172 | bool CellArray< dimension >::is_cell_on_border( |
| 173 | const CellIndices& cell_indices ) const |
| 174 | { |
| 175 | return impl_->is_cell_on_border( cell_indices ); |
| 176 | } |
| 177 | |
| 178 | template < index_t dimension > |
| 179 | void CellArray< dimension >::set_array_dimensions( |
no outgoing calls