Skip to content

Commit cc7430c

Browse files
committed
compile on fedora
1 parent 78bde73 commit cc7430c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: contrib/OpenNL3.2.1/src/nl_single_file.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3436,8 +3436,8 @@ void nlPreconditioner_SSOR(NLdouble* x, NLdouble* y) {
34363436
#ifdef NL_USE_SUPERLU
34373437

34383438
/* SuperLU includes */
3439-
#include <slu_cdefs.h>
3440-
#include <supermatrix.h>
3439+
#include <SuperLU/slu_cdefs.h>
3440+
#include <SuperLU/supermatrix.h>
34413441

34423442
/* Note: SuperLU is difficult to call, but it is worth it. */
34433443
/* Here is a driver inspired by A. Sheffer's "cow flattener". */

0 commit comments

Comments
 (0)