try to suppres clang-tidy warnings

This commit is contained in:
Axel Kohlmeyer
2025-07-10 18:29:28 -04:00
parent 3dba42f62e
commit 3515c5c6be
2 changed files with 2 additions and 2 deletions

View File

@ -412,7 +412,7 @@ void FixACKS2ReaxFF::init_matvec()
/* ---------------------------------------------------------------------- */
void FixACKS2ReaxFF::compute_X()
void FixACKS2ReaxFF::compute_X() // NOLINT
{
int jnum;
int i, j, ii, jj, flag;

View File

@ -57,7 +57,7 @@ class FixACKS2ReaxFF : public FixQEqReaxFF {
void deallocate_matrix() override;
void init_matvec() override;
void compute_X();
void compute_X(); // NOLINT
double calculate_X(double, double);
void calculate_Q() override;