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/bin/newton,
NPairHalfBinNewton,
NP_HALF | NP_BIN | NP_MOLONLY | NP_NEWTON | NP_ORTHO)
NP_HALF | NP_BIN | NP_MOLONLY | NP_NEWTON | NP_ORTHO);
// clang-format on
#else
#ifndef LMP_NPAIR_HALF_BIN_NEWTON_H