Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed May 23, 2024
1 parent 217f66c commit 6cad7b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sunnonlinsol/newton/sunnonlinsol_newton.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,8 @@ int SUNNonlinSolSolve_Newton(SUNNonlinearSolver NLS, N_Vector y0, N_Vector ycor,
}

#if SUNDIALS_LOGGING_LEVEL >= SUNDIALS_LOGGING_INFO
SUNLogger_QueueMsg(NLS->sunctx->logger, SUN_LOGLEVEL_INFO,
__func__, "start-iterate",
"iter = %ld, nni = %ld",
SUNLogger_QueueMsg(NLS->sunctx->logger, SUN_LOGLEVEL_INFO, __func__,
"start-iterate", "iter = %ld, nni = %ld",
(long int)NEWTON_CONTENT(NLS)->curiter,
NEWTON_CONTENT(NLS)->niters);
#endif
Expand Down

0 comments on commit 6cad7b7

Please sign in to comment.