Skip to content

Commit d6958fa

Browse files
committed
fix bug
1 parent 99f210a commit d6958fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/Parallelization/WarpXComm.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1115,9 +1115,9 @@ WarpX::SyncCurrent (const std::string& current_fp_string)
11151115
::UpdateCurrentNodalToStag(
11161116
*J_fp[lev][dir], *J_fp_nodal[lev][dir],
11171117
current_centering_nox, current_centering_noy, current_centering_noz,
1118-
m_device_current_centering_stencil_coeffs_x,
1119-
m_device_current_centering_stencil_coeffs_y,
1120-
m_device_current_centering_stencil_coeffs_z);
1118+
device_current_centering_stencil_coeffs_x,
1119+
device_current_centering_stencil_coeffs_y,
1120+
device_current_centering_stencil_coeffs_z);
11211121
}
11221122
}
11231123
}

0 commit comments

Comments
 (0)