Skip to content

Commit 8c1f985

Browse files
Dependencies: weekly update (#6278)
Automated via .github/workflows/weekly_update.yml. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Edoardo Zoni <[email protected]>
1 parent 5ae6a9d commit 8c1f985

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/Diagnostics/ReducedDiags/FieldProbe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ,

dependencies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
}

0 commit comments

Comments
 (0)