Skip to content

Commit

Permalink
make deposit_charge function in ablstr non-static (ECP-WarpX#5185)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 authored Aug 28, 2024
1 parent aa12baf commit a23e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ablastr/particles/DepositCharge.H
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace ablastr::particles
* \param nc number of components to deposit
*/
template< typename T_PC >
static void
void
deposit_charge (typename T_PC::ParIterType& pti,
typename T_PC::RealVector const& wp,
amrex::Real const charge,
Expand Down

0 comments on commit a23e100

Please sign in to comment.