| 097e26fc | 01-Mar-2016 |
Jed Brown <jed@jedbrown.org> |
MatFDColoringSetUp_MPIXAIJ: fix broken initialization of colmap
When the matrix has already been used for coloring, aij->colmap will already be initialized so colmap is NULL and this causes SEGV on
MatFDColoringSetUp_MPIXAIJ: fix broken initialization of colmap
When the matrix has already been used for coloring, aij->colmap will already be initialized so colmap is NULL and this causes SEGV on PetscTableFind(colmap,...).
Reported-by: Tobias Keller <tobias.keller@earth.ox.ac.uk>
show more ...
|