Skip to content

Commit

Permalink
wrong comments in umfpack.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonPara authored May 22, 2024
1 parent 00863cd commit 98313af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UMFPACK/Include/umfpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
#define UMFPACK_SIZE_OF_ENTRY 7 /* sizeof (Entry), real or complex */
#define UMFPACK_NDENSE_ROW 8 /* number of dense rows */
#define UMFPACK_NEMPTY_ROW 9 /* number of empty rows */
#define UMFPACK_NDENSE_COL 10 /* number of dense rows */
#define UMFPACK_NEMPTY_COL 11 /* number of empty rows */
#define UMFPACK_NDENSE_COL 10 /* number of dense cols */
#define UMFPACK_NEMPTY_COL 11 /* number of empty cols */
#define UMFPACK_SYMBOLIC_DEFRAG 12 /* # of memory compactions */
#define UMFPACK_SYMBOLIC_PEAK_MEMORY 13 /* memory used by symbolic analysis */
#define UMFPACK_SYMBOLIC_SIZE 14 /* size of Symbolic object, in Units */
Expand Down

0 comments on commit 98313af

Please sign in to comment.