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

This commit is contained in:
sjplimp
2014-10-07 21:35:17 +00:00
parent 1cf0407a49
commit 53608d09a6
2 changed files with 47 additions and 7 deletions

View File

@ -15,6 +15,7 @@
#define LMP_FORCE_H
#include "pointers.h"
#include "stdio.h"
#include <map>
#include <string>
@ -109,7 +110,8 @@ class Force : protected Pointers {
tagint tnumeric(const char *, int, char *);
FILE *open_potential(const char *);
const char *potname(const char *);
const char *potential_name(const char *);
void potential_date(FILE *, const char *);
bigint memory_usage();