From 757bc1b2b3879920d2ea12d27289fa4a00054a93 Mon Sep 17 00:00:00 2001 From: Hemaditya Malla Date: Wed, 8 Nov 2023 12:33:53 +0000 Subject: [PATCH] fixed wrong default photoi documentation --- src/m_photoi_helmh.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_photoi_helmh.f90 b/src/m_photoi_helmh.f90 index 73510965..dcc228a8 100644 --- a/src/m_photoi_helmh.f90 +++ b/src/m_photoi_helmh.f90 @@ -55,7 +55,7 @@ subroutine photoi_helmh_initialize(tree, cfg, is_used, eta) real(dp) :: frac_O2, dummy(0) call CFG_add_get(cfg, "photoi_helmh%author", author, & - "Can be Luque (default), Bourdon-2, Bourdon-3 or custom") + "Can be Bourdon-3 (default), Bourdon-2, Luque or custom") call CFG_add(cfg, "photoi_helmh%lambdas", dummy, & "Lambdas to use in Helmholtz eq; unit 1/(m bar)", & .true.)