Apply clang-tidy11 to gmxana files with no dependencies
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_disre.cpp
index 3490334d18206266fac92800c9be2367da3554e1..7333fbb6cc4b63d042b63f865cbef17f1d795259 100644 (file)
@@ -83,8 +83,10 @@ typedef struct
     real v;
 } t_toppop;
 
-static t_toppop* top  = nullptr;
-static int       ntop = 0;
+// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
+static t_toppop* top = nullptr;
+// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
+static int ntop = 0;
 
 typedef struct
 {