git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6700 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -46,7 +46,7 @@ class Memory : protected Pointers {
|
||||
array = (TYPE *) smalloc(nbytes,name);
|
||||
return array;
|
||||
}
|
||||
|
||||
|
||||
template <typename TYPE>
|
||||
TYPE **create(TYPE **&array, int n, const char *name) {fail(name);}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user