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

This commit is contained in:
sjplimp
2014-04-04 16:40:17 +00:00
parent 1646c124b1
commit 0de9e4252b
32 changed files with 112 additions and 107 deletions

View File

@ -104,6 +104,10 @@ class Force : protected Pointers {
double numeric(const char *, int, char *);
int inumeric(const char *, int, char *);
bigint bnumeric(const char *, int, char *);
FILE *open_potential(const char *);
const char *potname(const char *);
bigint memory_usage();
private: