Files
simpeg/SimPEG/Solvers/__init__.py
T

5 lines
69 B
Python

try:
from Mumps import MumpsSolver
except Exception, e:
pass