Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SpAdd handle: delete sort_option getter/setter (#2296)
SpAdd handle was originally a copy-paste of the spgemm handle way back in #122, and included get_sort_option() and set_sort_option() from spgemm. But these try to use the member bool sort_option, which doesn't exist. Somehow these functions never produced compile errors until someone tried to call them.
- Loading branch information