File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Source/Diagnostics/ReducedDiags Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ FieldProbe::FieldProbe (const std::string& rd_name)
161161
162162 // ensure assumption holds: we read the fields in the interpolation kernel as they are,
163163 // without further communication of guard/ghost/halo regions
164- int particle_shape;
164+ int particle_shape = 0 ;
165165 const ParmParse pp_algo (" algo" );
166166 utils::parser::getWithParser (pp_algo, " particle_shape" , particle_shape);
167167 WARPX_ALWAYS_ASSERT_WITH_MESSAGE (interp_order <= particle_shape ,
Original file line number Diff line number Diff line change 33 "version_amrex" : " 25.10" ,
44 "version_pyamrex" : " 25.10" ,
55 "version_picsar" : " 25.06" ,
6- "commit_amrex" : " 546a888ef0417648b5086a13b3eb3cd13f185070 " ,
7- "commit_pyamrex" : " 7aedc2500a155229bd0953bef857960302c93ac3 " ,
6+ "commit_amrex" : " 807c7a26649b386be243fd8dfb3c1fec481183ca " ,
7+ "commit_pyamrex" : " 01b3d520bfe6d35d42abf5e7fb16f08e47be6adc " ,
88 "commit_picsar" : " 0c329e66010267662a82219f7de7abbd231463f4"
99}
You can’t perform that action at this time.
0 commit comments