From 5d52a417f510ec383665f2d63ed382cde7ab9d81 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Thu, 18 Jan 2024 16:30:36 -0800 Subject: [PATCH] remove extraneous comment --- Src/Particle/AMReX_TracerParticle_mod_K.H | 1 - 1 file changed, 1 deletion(-) diff --git a/Src/Particle/AMReX_TracerParticle_mod_K.H b/Src/Particle/AMReX_TracerParticle_mod_K.H index 31ecc55b27b..9df0864d33c 100644 --- a/Src/Particle/AMReX_TracerParticle_mod_K.H +++ b/Src/Particle/AMReX_TracerParticle_mod_K.H @@ -49,7 +49,6 @@ void cic_interpolate_nd (const P& p, linear_interpolate_to_particle (p, plo, dxi, &data_arr, val, &is_nodal, start_comp, ncomp_per_array, num_arrays); } -// /** \brief Linearly interpolates the mesh data to the particle position from face-centered data. The nth component of the data_arr array is nodal in the nth direction, and cell-centered in the others.