Skip to content

Commit

Permalink
Update stencil.c
Browse files Browse the repository at this point in the history
Remove unused array.
  • Loading branch information
ctvaugh authored Jun 25, 2020
1 parent 70ea674 commit 07af22f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ref/stencil.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ void stencil_27(int var)
void stencil_check(int var)
{
int in, i, j, k, v;
double work[x_block_size+2][y_block_size+2][z_block_size+2];
block *bp;

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

0 comments on commit 07af22f

Please sign in to comment.