Skip to content

Commit

Permalink
Merge branch 'geometry-upgrade' into feature-gyroaverages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardman committed Mar 14, 2024
2 parents 89c27ff + a13f9a0 commit 245f807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/src/geo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function setup_geometry_input(toml_input::Dict, reference_rhostar)
input_section["rhostar"] = get(input_section, "rhostar", reference_rhostar)
end
input = Dict(Symbol(k)=>v for (k,v) in input_section)
println(input)
#println(input)
return geometry_input(; input...)
end

Expand Down

0 comments on commit 245f807

Please sign in to comment.