diff --git a/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90 b/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90 index a46ff9c1c6..f3390e6ee0 100644 --- a/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90 @@ -409,7 +409,7 @@ subroutine PrintHeader(rtol, avtol, y) !======= Internals ============ print *, " " - print *, "cv_roberts_dns_constraints_f2003.f90: Robertson CV ODE serial example problem for CVODE" + print *, "cv_roberts_dnsL_f2003.f90: Robertson CV ODE serial example problem for CVODE" print *, " Three equation chemical kinetics problem." print *, " " print *, "Linear solver: LAPACK DENSE, with user-supplied Jacobian." diff --git a/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.out b/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.out index 69609420a5..fa18a04cd0 100644 --- a/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.out +++ b/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.out @@ -1,5 +1,5 @@ - cv_roberts_dns_constraints_f2003.f90: Robertson CV ODE serial example problem for CVODE + cv_roberts_dnsL_f2003.f90: Robertson CV ODE serial example problem for CVODE Three equation chemical kinetics problem. Linear solver: LAPACK DENSE, with user-supplied Jacobian. diff --git a/examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90 b/examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90 index 12b04d96b3..70289e4592 100644 --- a/examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90 @@ -457,7 +457,7 @@ subroutine PrintHeader(rtol, avtol, y) !======= Internals ============ print *, " " - print *, "cv_roberts_dns_f2003.f90: Robertson CV ODE serial example problem for CVODE" + print *, "cv_roberts_klu_f2003.f90: Robertson CV ODE serial example problem for CVODE" print *, " Three equation chemical kinetics problem." print *, " " print *, "Linear solver: DENSE, with user-supplied Jacobian." diff --git a/examples/cvode/F2003_serial/cv_roberts_klu_f2003.out b/examples/cvode/F2003_serial/cv_roberts_klu_f2003.out index d4182f00ae..17b3083b25 100644 --- a/examples/cvode/F2003_serial/cv_roberts_klu_f2003.out +++ b/examples/cvode/F2003_serial/cv_roberts_klu_f2003.out @@ -1,5 +1,5 @@ - cv_roberts_dns_f2003.f90: Robertson CV ODE serial example problem for CVODE + cv_roberts_klu_f2003.f90: Robertson CV ODE serial example problem for CVODE Three equation chemical kinetics problem. Linear solver: DENSE, with user-supplied Jacobian. diff --git a/examples/cvode/serial/cvParticle_dns.c b/examples/cvode/serial/cvParticle_dns.c index 5ae77a5b0e..eac6f7f38c 100644 --- a/examples/cvode/serial/cvParticle_dns.c +++ b/examples/cvode/serial/cvParticle_dns.c @@ -13,7 +13,7 @@ * SPDX-License-Identifier: BSD-3-Clause * SUNDIALS Copyright End * ----------------------------------------------------------------------------- - * This example solves the equation for a particle moving conterclockwise with + * This example solves the equation for a particle moving counterclockwise with * velocity alpha on the unit circle in the xy-plane. The ODE system is given by * * x' = -alpha * y