Commit ff41cd87 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1644 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent a62fdded
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:
+2 −0
Original line number Diff line number Diff line
@@ -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