Skip to content

Commit

Permalink
Typo on PardisoSolver
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Jan 9, 2017
1 parent 9a96442 commit 6758341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatsolver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
try:
from pymatsolver.direct import Pardiso
AvailableSolvers['Pardiso'] = True
ParadisoSolver = Pardiso # backwards compatibility
PardisoSolver = Pardiso # backwards compatibility
except ImportError:
SolverHelp['Pardiso'] = """Pardiso is not working
Expand Down

0 comments on commit 6758341

Please sign in to comment.