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

This commit is contained in:
sjplimp
2013-07-24 21:01:12 +00:00
parent 6755d5b44f
commit cccc6475d9
4 changed files with 14 additions and 18 deletions

View File

@ -99,7 +99,7 @@ class Force : protected Pointers {
class KSpace *kspace_match(const char *, int);
void set_special(int, char **);
void bounds(char *, int, int &, int &);
void bounds(char *, int, int &, int &, int nmin=1);
double numeric(const char *, int, char *);
int inumeric(const char *, int, char *);
bigint memory_usage();