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

This commit is contained in:
sjplimp
2008-05-09 15:01:30 +00:00
parent f2c1ad7ea1
commit c51a42c5dd
4 changed files with 31 additions and 21 deletions

View File

@ -52,9 +52,9 @@ class Modify : protected Pointers {
void final_integrate_respa(int);
void min_post_force(int);
double min_energy(double *, double *);
double min_energy(double *);
void min_step(double, double *);
int min_dof();
void min_xinitial(double *);
void add_fix(int, char **);
void modify_fix(int, char **);