@@ -473,7 +473,7 @@ void doDirectJandSigmaDepositionKernel ([[maybe_unused]] const amrex::ParticleRe
473473 * \param Syx_arr,Syy_arr,Syz_arr Array4 of mass matrices for Jy, either full array or tile.
474474 * \param Szx_arr,Szy_arr,Szz_arr Array4 of mass matrices for Jz, either full array or tile.
475475 * \param jx_type,jy_type,jz_type The j (and S) grid types along each direction, either NODE or CELL
476- * \param getExternalEB Function for external magnetic field using parser
476+ * \param getExternalEB Functor for assigning external fields on particles
477477 * \param Bx_ext,By_ext,Bz_ext Constant external magnetic field
478478 * \param Bx_arr,By_arr,Bz_arr Array4 of the magnetic field, either full array or tile.
479479 * \param Bx_type,By_type,Bz_type IndexType of the magnetic field
@@ -1610,7 +1610,7 @@ void doVillasenorJandSigmaDepositionKernel ([[maybe_unused]] const amrex::Partic
16101610 * \param Sxx_arr,Sxy_arr,Sxz_arr Array4 of mass matrices for Jx, either full array or tile.
16111611 * \param Syx_arr,Syy_arr,Syz_arr Array4 of mass matrices for Jy, either full array or tile.
16121612 * \param Szx_arr,Szy_arr,Szz_arr Array4 of mass matrices for Jz, either full array or tile.
1613- * \param getExternalEB Function for external magnetic field using parser
1613+ * \param getExternalEB Functor for assigning external fields on particles
16141614 * \param Bx_ext,By_ext,Bz_ext Constant external magnetic field
16151615 * \param Bx_arr,By_arr,Bz_arr Array4 of the magnetic field, either full array or tile.
16161616 * \param Bx_type,By_type,Bz_type IndexType of the magnetic field
0 commit comments