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

This commit is contained in:
sjplimp
2011-03-16 20:03:49 +00:00
parent 8dad49156d
commit 09c391fb2d
80 changed files with 391 additions and 365 deletions

View File

@ -87,7 +87,7 @@ class Force : protected Pointers {
void bounds(char *, int, int &, int &);
double numeric(char *);
int inumeric(char *);
double memory_usage();
bigint memory_usage();
};
}