Made line quadratic default and changed backtrack alpha zero check to be more friendly

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12531 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps
2014-09-24 00:45:19 +00:00
parent edd0d2dea7
commit 463db58583
2 changed files with 8 additions and 4 deletions

View File

@ -53,7 +53,7 @@ Min::Min(LAMMPS *lmp) : Pointers(lmp)
{
dmax = 0.1;
searchflag = 0;
linestyle = 0;
linestyle = 1;
elist_global = elist_atom = NULL;
vlist_global = vlist_atom = NULL;