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

This commit is contained in:
sjplimp
2009-02-25 23:58:04 +00:00
parent 765b8c7ad9
commit 6fc365dbc5
10 changed files with 427 additions and 91 deletions

View File

@ -61,6 +61,7 @@ class Modify : protected Pointers {
void min_post_force(int);
double min_energy(double *);
void min_store();
void min_step(double, double *);
int min_dof();
@ -84,7 +85,8 @@ class Modify : protected Pointers {
double memory_usage();
private:
// lists of fixes to apply at different stages of timestep
// lists of fixes to apply at different stages of timestep
int *list_initial_integrate,*list_post_integrate;
int *list_pre_exchange,*list_pre_neighbor;
int *list_pre_force,*list_post_force;