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

@ -26,6 +26,7 @@ class Min : protected Pointers {
int niter,neval;
int stop_condition;
char *stopstr;
int searchflag; // 0 if damped dynamics, 1 if sub-cycles on local search
Min(class LAMMPS *);
virtual ~Min();