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

add missing neighbor list class definitions to USER-OMP

parent 5a23d2d1
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,13 @@
NPairStyle(halffull/newtoff/omp,
NPairHalffullNewtoffOmp,
NP_HALF_FULL | NP_NEWTOFF | NP_OMP | NP_HALF |
NP_NSQ | NP_BIN | NP_MULTI | NP_ORTHO | NP_TRI)
NP_HALF_FULL | NP_NEWTOFF | NP_NSQ | NP_BIN | NP_MULTI | NP_HALF |
NP_ORTHO | NP_TRI |NP_OMP)
NPairStyle(halffull/newtoff/skip/omp,
NPairHalffullNewtoffOmp,
NP_HALF_FULL | NP_NEWTOFF | NP_NSQ | NP_BIN | NP_MULTI | NP_HALF |
NP_ORTHO | NP_TRI | NP_SKIP | NP_OMP)
#else
#ifndef LMP_NPAIR_HALFFULL_NEWTOFF_OMP_H
......
......@@ -15,8 +15,13 @@
NPairStyle(halffull/newton/omp,
NPairHalffullNewtonOmp,
NP_HALF_FULL | NP_NEWTON | NP_OMP | NP_HALF |
NP_NSQ | NP_BIN | NP_MULTI | NP_ORTHO | NP_TRI)
NP_HALF_FULL | NP_NEWTON | NP_HALF | NP_NSQ | NP_BIN | NP_MULTI |
NP_ORTHO | NP_TRI| NP_OMP)
NPairStyle(halffull/newton/skip/omp,
NPairHalffullNewtonOmp,
NP_HALF_FULL | NP_NEWTON | NP_HALF | NP_NSQ | NP_BIN | NP_MULTI |
NP_ORTHO | NP_TRI | NP_SKIP | NP_OMP)
#else
......
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