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

This commit is contained in:
sjplimp
2011-05-20 17:33:20 +00:00
parent b40cd20066
commit 5a5cfcc81b
2 changed files with 40 additions and 35 deletions

View File

@ -52,6 +52,10 @@ class Update : protected Pointers {
void create_minimize(int, char **);
void reset_timestep(int, char **);
bigint memory_usage();
private:
void new_integrate(char *, int, char **, char *, int &);
};
}