Skip to content

Commit

Permalink
Update geo.jl
Browse files Browse the repository at this point in the history
Comment out print statement.
  • Loading branch information
mrhardman authored Mar 14, 2024
1 parent 70b6409 commit a13f9a0
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 a13f9a0

Please sign in to comment.