Skip to content

Commit

Permalink
Remove extraneous print statement
Browse files Browse the repository at this point in the history
Addresses usnistgov#644
  • Loading branch information
guyer committed Jul 3, 2019
1 parent 908dc6c commit 9a7e220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fipy/solvers/petsc/linearLUSolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def _solve_(self, L, x, b):
xError = x.copy()

ksp.solve(errorVector, xError)
print xError.norm()
x -= xError

if 'FIPY_VERBOSE_SOLVER' in os.environ:
Expand Down

0 comments on commit 9a7e220

Please sign in to comment.