From 57a06bd4364c01576f3f827bca79012635a6af11 Mon Sep 17 00:00:00 2001 From: David Grote Date: Fri, 28 Feb 2025 13:56:45 -0800 Subject: [PATCH] Delete obsolete comment --- Source/Particles/Gather/GetExternalFields.H | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Particles/Gather/GetExternalFields.H b/Source/Particles/Gather/GetExternalFields.H index 0fdfd5ae7b9..2a4b1b10940 100644 --- a/Source/Particles/Gather/GetExternalFields.H +++ b/Source/Particles/Gather/GetExternalFields.H @@ -73,7 +73,6 @@ struct GetExternalEBField using namespace amrex::literals; if (d_lattice_element_finder.m_initialized) { - // Note that the "*" is needed since d_lattice_element_finder is optional d_lattice_element_finder(i, field_Ex, field_Ey, field_Ez, field_Bx, field_By, field_Bz); }