Skip to content

Commit

Permalink
Fixed a few errors with printed output in *.out files.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmm16 committed Jul 21, 2023
1 parent 8104715 commit 7b72b06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.out
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion examples/cvode/F2003_serial/cv_roberts_klu_f2003.out
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/cvode/serial/cvParticle_dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b72b06

Please sign in to comment.