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

@ -60,6 +60,7 @@ enum{MAXITER,MAXEVAL,ETOL,FTOL,DOWNHILL,ZEROALPHA,ZEROFORCE,ZEROQUAD};
MinLineSearch::MinLineSearch(LAMMPS *lmp) : Min(lmp)
{
searchflag = 1;
gextra = hextra = NULL;
x0extra_atom = gextra_atom = hextra_atom = NULL;
}