Skip to content

Commit

Permalink
copy / paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jul 18, 2023
1 parent 93821f8 commit cf40bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypeec/lib_solver/equation_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_solver(sol_init, sys_op, pcd_op, rhs, fct_conv, solver_options):
status = True

# display results
LOGGER.debug("condition")
LOGGER.debug("solver summary")
with log.BlockIndent():
# display results
LOGGER.debug("n_dof = %d" % n_dof)
Expand Down Expand Up @@ -126,7 +126,7 @@ def get_condition(S_mat_c, S_mat_m, conditions_options):
}

# display status
LOGGER.debug("condition")
LOGGER.debug("condition summary")
with log.BlockIndent():
LOGGER.debug("check = %s" % check)
LOGGER.debug("status = %s" % status)
Expand Down

0 comments on commit cf40bc1

Please sign in to comment.