From 294483e0700df3af4a765a81d0b4b9dae9f97485 Mon Sep 17 00:00:00 2001 From: John Omotani Date: Thu, 25 Apr 2024 17:45:53 +0100 Subject: [PATCH] Another fix for timestepping inputs for gyroaverage debug test --- moment_kinetics/debug_test/gyroaverage_inputs.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/moment_kinetics/debug_test/gyroaverage_inputs.jl b/moment_kinetics/debug_test/gyroaverage_inputs.jl index deb81716e..e0a8a5ffe 100644 --- a/moment_kinetics/debug_test/gyroaverage_inputs.jl +++ b/moment_kinetics/debug_test/gyroaverage_inputs.jl @@ -47,11 +47,11 @@ test_input = Dict( "charge_exchange_frequency" => 0.5, "ionization_frequency" => 0.05, "constant_ionization_rate" => true, - "timestepping" => Dict("nstep" => 3, - "dt" => 1.0e-12, - "nwrite" => 2, - "nwrite_dfns" => 2, - "r_ngrid" => 5,), + "timestepping" => Dict{String,Any}("nstep" => 3, + "dt" => 1.0e-12, + "nwrite" => 2, + "nwrite_dfns" => 2,), + "r_ngrid" => 5, "r_nelement" => 2, "r_bc" => "periodic", "z_ngrid" => 5,