Skip to content
Snippets Groups Projects
Commit b5cb74bd authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

skip list build is compatible with NP_GHOST

parent 31976d1d
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,12 @@ NPairStyle(skip/size/off2on/oneside/omp,
NP_NSQ | NP_BIN | NP_MULTI | NP_NEWTON | NP_NEWTOFF |
NP_ORTHO | NP_TRI | NP_OMP)
NPairStyle(skip/ghost/omp,
NPairSkip,
NP_SKIP | NP_HALF | NP_FULL | NP_HALFFULL |
NP_NSQ | NP_BIN | NP_MULTI |
NP_NEWTON | NP_NEWTOFF | NP_ORTHO | NP_TRI | NP_OMP | NP_GHOST)
#endif
/* ERROR/WARNING messages:
......
......@@ -16,9 +16,15 @@
NPairStyle(skip,
NPairSkip,
NP_SKIP | NP_HALF | NP_FULL | NP_HALFFULL |
NP_NSQ | NP_BIN | NP_MULTI |
NP_NSQ | NP_BIN | NP_MULTI |
NP_NEWTON | NP_NEWTOFF | NP_ORTHO | NP_TRI)
NPairStyle(skip/ghost,
NPairSkip,
NP_SKIP | NP_HALF | NP_FULL | NP_HALFFULL |
NP_NSQ | NP_BIN | NP_MULTI |
NP_NEWTON | NP_NEWTOFF | NP_ORTHO | NP_TRI | NP_GHOST)
#else
#ifndef LMP_NPAIR_SKIP_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment