Skip to content

Commit 9b5289d

Browse files
committed
fix bug
1 parent d6958fa commit 9b5289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Parallelization/WarpXComm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ WarpX::SyncCurrent (const std::string& current_fp_string)
11141114
for (const auto& dir : all_dirs){
11151115
::UpdateCurrentNodalToStag(
11161116
*J_fp[lev][dir], *J_fp_nodal[lev][dir],
1117-
current_centering_nox, current_centering_noy, current_centering_noz,
1117+
m_current_centering_nox, m_current_centering_noy, m_current_centering_noz,
11181118
device_current_centering_stencil_coeffs_x,
11191119
device_current_centering_stencil_coeffs_y,
11201120
device_current_centering_stencil_coeffs_z);

0 commit comments

Comments
 (0)