| b31a704f | 02-Jan-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix MatSeqAIJFromMatlab() it assumed that the inode structure could change only if the number of nonzeros changed in the matrix but, in fact, the struture of the matrix could change while the number
Fix MatSeqAIJFromMatlab() it assumed that the inode structure could change only if the number of nonzeros changed in the matrix but, in fact, the struture of the matrix could change while the number of nonzeros remained the same.
Fixed memory leak in example and missing CHKERRQ(ierr);
Commit-type: bug-fix, testing-fix Reported-by: Alp Dener <adener@anl.gov>
show more ...
|