From ea0babc511d5ae0c11cbe99bd7803afdf8545728 Mon Sep 17 00:00:00 2001 From: RevathiJambunathan Date: Tue, 27 Feb 2024 16:01:17 -0800 Subject: [PATCH] renaming plt to diag1 again --- Examples/Tests/particles_in_pml/inputs_mr_2d | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/Tests/particles_in_pml/inputs_mr_2d b/Examples/Tests/particles_in_pml/inputs_mr_2d index 57fb361bfca..6d0c8efa39d 100644 --- a/Examples/Tests/particles_in_pml/inputs_mr_2d +++ b/Examples/Tests/particles_in_pml/inputs_mr_2d @@ -52,7 +52,7 @@ proton.single_particle_weight = 1. algo.particle_shape = 1 # Diagnostics -diagnostics.diags_names = plt -plt.intervals = 300 -plt.diag_type = Full -plt.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz +diagnostics.diags_names = diag1 +diag1.intervals = 300 +diag1.diag_type = Full +diag1.fields_to_plot = Ex Ey Ez Bx By Bz jx jy jz