Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Lsolve: change input filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed Oct 1, 2018
1 parent e73f984 commit 79969c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lis.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func Lsolve(A, b mat.Matrix, options string) (

// temp files
var (
inputFilename = fn("input")
inputFilename = fn("input.mtx")
solutionFilename = fn("solution.mtx")
rhistoryFilename = fn("rhistory.txt")
)
Expand Down

0 comments on commit 79969c5

Please sign in to comment.