Skip to content
Snippets Groups Projects
Commit 378ea333 authored by Christoph Groth's avatar Christoph Groth
Browse files

mumps.py: minor bugfix

parent 022ddfed
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ class MUMPSContext(object):
# Note: previous analysis is reused only if reuse_analysis == True
if reuse_analysis:
if mumps_instance is None:
if self.mumps_instance is None:
warnings.warn("Missing analysis although reuse_analysis=True. "
"New analysis is performed.",
RuntimeWarning)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment