From: Wolfgang Bangerth Date: Tue, 4 Jun 2024 20:05:26 +0000 (-0600) Subject: Fix a grammar error. X-Git-Tag: v9.6.0-rc1~208^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89ccb779fba8f45bc203555000c1f322e9cb1998;p=dealii.git Fix a grammar error. --- diff --git a/source/sundials/arkode.cc b/source/sundials/arkode.cc index bae405956b..4cf253ddfb 100644 --- a/source/sundials/arkode.cc +++ b/source/sundials/arkode.cc @@ -178,7 +178,7 @@ namespace SUNDIALS time.set_desired_next_step_size(data.output_period); // Having set up all of the ancillary things, finally call the main - // ARKode function. One we return, check that what happened: + // ARKode function. Once we return, check what happened: // - If we have a pending recoverable exception, ignore it if SUNDIAL's // return code was zero -- in that case, SUNDIALS managed to indeed // recover and we no longer need the exception diff --git a/source/sundials/kinsol.cc b/source/sundials/kinsol.cc index 7ad8d70afd..21ffc7d92d 100644 --- a/source/sundials/kinsol.cc +++ b/source/sundials/kinsol.cc @@ -519,7 +519,7 @@ namespace SUNDIALS // Having set up all of the ancillary things, finally call the main KINSol - // function. One we return, check that what happened: + // function. Once we return, check what happened: // - If we have a pending recoverable exception, ignore it if SUNDIAL's // return code was zero -- in that case, SUNDIALS managed to indeed // recover and we no longer need the exception