whitespace

This commit is contained in:
Axel Kohlmeyer
2022-03-05 17:08:49 -05:00
parent be4f5288d3
commit 095c9ab9d1

View File

@ -237,7 +237,7 @@ class Memory : protected Pointers {
size += n3[i][j]; size += n3[i][j];
nbytes = ((bigint) sizeof(TYPE)) * size; nbytes = ((bigint) sizeof(TYPE)) * size;
TYPE *data = (TYPE *) smalloc(nbytes, name); TYPE *data = (TYPE *) smalloc(nbytes, name);
size = 0; size = 0;
for (i = 0; i < n1; i++) size += n2[i]; for (i = 0; i < n1; i++) size += n2[i];
nbytes = ((bigint) sizeof(TYPE *)) * size; nbytes = ((bigint) sizeof(TYPE *)) * size;