git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3903 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user