git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12231 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -408,7 +408,7 @@ class Memory : protected Pointers {
|
||||
TYPE ***plane = (TYPE ***) smalloc(nbytes,name);
|
||||
nbytes = ((bigint) sizeof(TYPE ***)) * n1;
|
||||
array = (TYPE ****) smalloc(nbytes,name);
|
||||
|
||||
|
||||
int i,j,k;
|
||||
bigint m1,m2;
|
||||
bigint n = 0;
|
||||
|
||||
Reference in New Issue
Block a user