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

This commit is contained in:
sjplimp
2015-01-19 19:02:46 +00:00
parent 7f94deb3db
commit c377d599d0
4 changed files with 8 additions and 6 deletions

View File

@ -38,7 +38,7 @@ class FixAdapt : public Fix {
void pre_force(int);
void post_run();
void setup_pre_force_respa(int,int);
void pre_force_respa(int,int);
void pre_force_respa(int,int,int);
private:
int nadapt,resetflag,scaleflag;