Enable clang-tidy for headers
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_internal.h
index 819a2d4b48c2612ac3ca32b4ea7300368e7d4fb8..87432ae05a52c29cc94321aef315c482c94e8832 100644 (file)
@@ -382,7 +382,7 @@ struct dd_comm_setup_work_t
  * All arrays are indexed with 0 to dd->ndim (not Cartesian indexing),
  * unless stated otherwise.
  */
-struct gmx_domdec_comm_t
+struct gmx_domdec_comm_t // NOLINT (clang-analyzer-optin.performance.Padding)
 {
     /* PME and Cartesian communicator stuff */
     int         npmedecompdim;     /**< The number of decomposition dimensions for PME, 0: no PME */