Fixes writing auxiliary data for deleted elements to a saved input file (#411)

This commit is contained in:
Lew Rossman
2019-03-08 16:41:12 -05:00
parent d2386707d6
commit e5ec4eecab
3 changed files with 49 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
/* MULTIPLE MINIMUM DEGREE ROW RE-ORDERING ALGORITHM
*
* Modified to work with Fortran-style arrays.
* Modified to work with Fortran-style arrays and be thread-safe.
*
*/