view .editorconfig @ 30883:7ad8385ff106 stable

pass correct length to SparseRep idx_type_deallocate function * Sparse.cc (Sparse<T>::resize): Pass length of m_rep->m_ncols+1 instead of m_rep->m_ncols to idx_type_deallocate function for m_rep->m_cidx deallocation.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Apr 2022 07:25:50 -0400
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab