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

This commit is contained in:
sjplimp
2010-03-18 19:56:24 +00:00
parent 68d85983a8
commit 3f78c5199d
5 changed files with 27 additions and 22 deletions

View File

@ -24,7 +24,7 @@ class Memory : protected Pointers {
void *smalloc(int n, const char *);
void sfree(void *);
void *srealloc(void *, int n, const char *name);
void *srealloc(void *, int n, const char *);
double *create_1d_double_array(int, int, const char *);
void destroy_1d_double_array(double *, int);