From 0979a6761251c563d9d90857d677849a72f246ee Mon Sep 17 00:00:00 2001 From: Marcos Longo Date: Tue, 2 Jan 2024 14:53:22 -0300 Subject: [PATCH] Added info on section where the solution can be found. --- biogeophys/FatesPlantRespPhotosynthMod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biogeophys/FatesPlantRespPhotosynthMod.F90 b/biogeophys/FatesPlantRespPhotosynthMod.F90 index af36c57aab..9ed3d7dd6f 100644 --- a/biogeophys/FatesPlantRespPhotosynthMod.F90 +++ b/biogeophys/FatesPlantRespPhotosynthMod.F90 @@ -1788,7 +1788,7 @@ subroutine quadratic_f (a, b, c, r1, r2) ! Press WH, Teukolsky SA, Vetterling WT, Flannery BP. 1992. Numerical Recipes ! in Fortran77: The Art of Scientific Computing. 2nd edn. Cambridge ! University Press, Cambridge UK, ISBN 0-521-43064-X. - ! Available at: http://numerical.recipes/oldverswitcher.html + ! Available at: http://numerical.recipes/oldverswitcher.html, section 5.6. ! ! !REVISION HISTORY: ! 4/5/10: Adapted from /home/bonan/ecm/psn/An_gs_iterative.f90 by Keith Oleson