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

This commit is contained in:
sjplimp
2009-06-04 17:53:33 +00:00
parent f324cc18ee
commit 6e26c63bf5
2 changed files with 61 additions and 0 deletions

View File

@ -66,6 +66,9 @@ class Min : protected Pointers {
double *gextra;
double *hextra;
double boxlo0[3]; // box size at start of linesearch
double boxhi0[3];
// ptr to linemin functions
void setup();
@ -83,6 +86,8 @@ class Min : protected Pointers {
void ev_setup();
void ev_set(int);
void box_store();
void box_swap();
};
}