Skip to content

Commit 6dd430b

Browse files
committed
minor
1 parent 73a39f2 commit 6dd430b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXAMPLE/pddrive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def setup_pdbridge(sp,INT64):
7575

7676

7777
####################### create the matrix
78-
INT64 = 1 # whether to use 64bit integer (requring superlu_dist to be compiled with 64-bit indexing)
78+
INT64 = 0 # whether to use 64bit integer (requring superlu_dist to be compiled with 64-bit indexing)
7979
rng = np.random.default_rng()
8080
n = 1000
8181
nrhs = 1

0 commit comments

Comments
 (0)