remove cg/cmm style name aliases

This commit is contained in:
Axel Kohlmeyer
2017-04-26 17:24:25 -04:00
parent 2f32fb7f8b
commit 3e60f79f1d
10 changed files with 1 additions and 11 deletions

View File

@ -14,7 +14,6 @@
#ifdef PAIR_CLASS
PairStyle(lj/sdk/coul/long/gpu,PairLJSDKCoulLongGPU)
PairStyle(cg/cmm/coul/long/gpu,PairLJSDKCoulLongGPU)
#else

View File

@ -14,7 +14,6 @@
#ifdef PAIR_CLASS
PairStyle(lj/sdk/gpu,PairLJSDKGPU)
PairStyle(cg/cmm/gpu,PairLJSDKGPU)
#else

View File

@ -14,7 +14,6 @@
#ifdef ANGLE_CLASS
AngleStyle(sdk,AngleSDK)
AngleStyle(cg/cmm,AngleSDK)
#else

View File

@ -18,7 +18,6 @@
#ifdef PAIR_CLASS
PairStyle(lj/sdk,PairLJSDK)
PairStyle(cg/cmm,PairLJSDK)
#else

View File

@ -18,7 +18,6 @@
#ifdef PAIR_CLASS
PairStyle(lj/sdk/coul/long,PairLJSDKCoulLong)
PairStyle(cg/cmm/coul/long,PairLJSDKCoulLong)
#else

View File

@ -18,7 +18,6 @@
#ifdef PAIR_CLASS
PairStyle(lj/sdk/coul/msm,PairLJSDKCoulMSM)
PairStyle(cg/cmm/coul/msm,PairLJSDKCoulMSM)
#else

View File

@ -18,7 +18,6 @@
#ifdef ANGLE_CLASS
AngleStyle(sdk/omp,AngleSDKOMP)
AngleStyle(cg/cmm/omp,AngleSDKOMP)
#else

View File

@ -18,7 +18,6 @@
#ifdef PAIR_CLASS
PairStyle(lj/sdk/coul/long/omp,PairLJSDKCoulLongOMP)
PairStyle(cg/cmm/coul/long/omp,PairLJSDKCoulLongOMP)
#else

View File

@ -18,7 +18,6 @@
#ifdef PAIR_CLASS
PairStyle(lj/sdk/coul/msm/omp,PairLJSDKCoulMSMOMP)
PairStyle(cg/cmm/coul/msm/omp,PairLJSDKCoulMSMOMP)
#else
@ -54,4 +53,4 @@ E: Must use 'kspace_modify pressure/scalar no' with OMP MSM Pair styles
The kspace scalar pressure option is not (yet) compatible with OMP MSM Pair styles.
*/
*/

View File

@ -18,7 +18,6 @@
#ifdef PAIR_CLASS
PairStyle(lj/sdk/omp,PairLJSDKOMP)
PairStyle(cg/cmm/omp,PairLJSDKOMP)
#else