Fix clang-tidy warnings in pme and sim_utils
[alexxy/gromacs.git] / src / gromacs / ewald / pme.h
index 0576e51b1976e548b71406b44d0ae834ba61a21e..93145d4e1e9807b6aa92197e912eff175e9a2c6f 100644 (file)
@@ -85,6 +85,7 @@ class GpuEventSynchronizer;
  *
  * \todo Remove after #3927 is done and PME is fully enabled in SYCL builds.
  */
+//NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
 extern bool g_allowPmeWithSyclForTesting;
 
 namespace gmx