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 #ifdef PAIR_CLASS
PairStyle(lj/sdk/coul/long/gpu,PairLJSDKCoulLongGPU) PairStyle(lj/sdk/coul/long/gpu,PairLJSDKCoulLongGPU)
PairStyle(cg/cmm/coul/long/gpu,PairLJSDKCoulLongGPU)
#else #else

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,7 +18,6 @@
#ifdef PAIR_CLASS #ifdef PAIR_CLASS
PairStyle(lj/sdk/coul/msm/omp,PairLJSDKCoulMSMOMP) PairStyle(lj/sdk/coul/msm/omp,PairLJSDKCoulMSMOMP)
PairStyle(cg/cmm/coul/msm/omp,PairLJSDKCoulMSMOMP)
#else #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. The kspace scalar pressure option is not (yet) compatible with OMP MSM Pair styles.
*/ */

View File

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