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

This commit is contained in:
sjplimp
2010-09-29 23:38:32 +00:00
parent 5af333b06e
commit 7e51f7cb0c
5 changed files with 9 additions and 8 deletions

View File

@ -54,6 +54,7 @@ using namespace LAMMPS_NS;
Min::Min(LAMMPS *lmp) : Pointers(lmp)
{
dmax = 0.1;
searchflag = 0;
linestyle = 0;
elist_global = elist_atom = NULL;