We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb4c8a commit 3d75d78Copy full SHA for 3d75d78
Source/AcceleratorLattice/AcceleratorLattice.cpp
@@ -97,7 +97,7 @@ AcceleratorLattice::InitElementFinder (
97
98
void
99
AcceleratorLattice::UpdateElementFinder (int const lev, const amrex::Vector<amrex::Real>& time) // NOLINT(readability-make-member-function-const)
100
-{ // Techniquely clang-tidy is correct because
+{ // Technically clang-tidy is correct because
101
// m_element_finder is unique_ptr, not const*.
102
if (m_lattice_defined) {
103
for (amrex::MFIter mfi(*m_element_finder); mfi.isValid(); ++mfi)
0 commit comments