git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1644 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2008-03-19 17:01:55 +00:00
parent a62fdded3d
commit ff41cd8790
2 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,7 @@ void PairGayBerne::compute(int eflag, int vflag)
MathExtra::diag_times3(shape[jtype],a2,temp);
MathExtra::transpose_times3(a2,temp,g2);
one_eng = gayberne_lj(j,i,a2,b2,g2,r12,rsq,fforce,rtor);
ttor[0] = ttor[1] = ttor[2] = 0.0;
break;
case ELLIPSE_SPHERE:

View File

@ -20,10 +20,12 @@ AtomStyle(ellipsoid,AtomVecEllipsoid)
# endif
#ifdef ComputeInclude
#include "compute_erotate_asphere.h"
#include "compute_temp_asphere.h"
#endif
#ifdef ComputeClass
ComputeStyle(erotate/asphere,ComputeERotateASphere)
ComputeStyle(temp/asphere,ComputeTempAsphere)
#endif