From a23e1003e2022f4db10a8db7154049b273c7de3a Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Thu, 29 Aug 2024 00:32:57 +0200 Subject: [PATCH] make deposit_charge function in ablstr non-static (#5185) --- Source/ablastr/particles/DepositCharge.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ablastr/particles/DepositCharge.H b/Source/ablastr/particles/DepositCharge.H index 75e3bca170d..2eac9eb951b 100644 --- a/Source/ablastr/particles/DepositCharge.H +++ b/Source/ablastr/particles/DepositCharge.H @@ -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,