git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4888 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user