Changeset 54231

Timestamp:
Jun 22, 2009, 8:58:30 PM (13 years ago)
Author:
Gunter
Message:

matrix_sparse.hpp - see #2195, fixed compressed_matrix::erase_element(); must use >= instead of > because the last element of index1_data is the "end of list" marker. Segfault was caused by *(itv + 1) which pointed to an element _after_ index1_data.end()

(No files)

Note: See TracChangeset for help on using the changeset viewer.