protect style macros in headers

This commit is contained in:
Axel Kohlmeyer
2021-04-30 15:14:41 -04:00
parent a1665fddc8
commit ad8dc606e9
119 changed files with 427 additions and 397 deletions

View File

@ -12,11 +12,11 @@
------------------------------------------------------------------------- */
#ifdef NPAIR_CLASS
// clang-format off
NPairStyle(half/multi/newton,
NPairHalfMultiNewton,
NP_HALF | NP_MULTI | NP_NEWTON | NP_ORTHO)
NP_HALF | NP_MULTI | NP_NEWTON | NP_ORTHO);
// clang-format on
#else
#ifndef LMP_NPAIR_HALF_MULTI_NEWTON_H