Skip to content

Commit

Permalink
fixed wrong default photoi documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemadityamalla authored Nov 8, 2023
1 parent 6e30da4 commit 757bc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m_photoi_helmh.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 757bc1b

Please sign in to comment.