Skip to content

Commit 07af22f

Browse files
authored
Update stencil.c
Remove unused array.
1 parent 70ea674 commit 07af22f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ref/stencil.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,6 @@ void stencil_27(int var)
959959
void stencil_check(int var)
960960
{
961961
int in, i, j, k, v;
962-
double work[x_block_size+2][y_block_size+2][z_block_size+2];
963962
block *bp;
964963

965964
for (in = 0; in < sorted_index[num_refine+1]; in++) {

0 commit comments

Comments
 (0)