Skip to content

Commit cfc6c14

Browse files
Copilotivan-pi
andauthored
Add source note for three-equation example (#38)
Agent-Logs-Url: https://github.com/ivan-pi/stiff3/sessions/a3e72617-35dd-4970-9c91-be8df370bdee Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ivan-pi <21085643+ivan-pi@users.noreply.github.com>
1 parent 0b299ec commit cfc6c14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/three_equation_system.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ program three_equation_system
33
use stiff3_solver, only: wp => stiff3_wp, stiff3
44
implicit none
55

6+
! Example from Numerical Recipes in Fortran, Second Edition, pp. 734-735.
67
integer, parameter :: n = 3
78
real(wp), parameter :: k1 = 0.013_wp
89
real(wp), parameter :: k2 = 1000.0_wp

0 commit comments

Comments
 (0)