Skip to content

Commit

Permalink
Fastchem max iter default
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Dec 3, 2024
1 parent 123a576 commit 472974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atmosphere.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ module atmosphere
use_all_gases::Bool = false,
fastchem_work::String = "",
fastchem_floor::Float64 = 273.0,
fastchem_maxiter::Float64 = 240.0,
fastchem_maxiter::Float64 = 2e4,
fastchem_xtol::Float64 = 1.0e-4,
)::Bool

Expand Down

0 comments on commit 472974a

Please sign in to comment.