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

This commit is contained in:
sjplimp 2011-04-01 16:30:32 +00:00
parent 31a1141a43
commit 893538cab2
2 changed files with 3 additions and 2 deletions

View File

@ -56,8 +56,8 @@ void PairGranHertzHistory::compute(int eflag, int vflag)
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = vflag_fdotr = 0;
if (eflag || vflag) ev_setup(eflag,vflag);
else evflag = vflag_fdotr = 0;
int shearupdate = 0;
if (update->ntimestep > laststep) shearupdate = 1;
double **x = atom->x;
double **v = atom->v;

View File

@ -168,6 +168,7 @@ FixAveSpatial::FixAveSpatial(LAMMPS *lmp, int narg, char **arg) :
idregion = NULL;
fp = NULL;
ave = ONE;
nwindow = 0;
char *title1 = NULL;
char *title2 = NULL;
char *title3 = NULL;