Fixing typos

This commit is contained in:
Joel Clemmer
2020-11-22 20:01:14 -07:00
parent af11a54a27
commit 00a74558ff
9 changed files with 63 additions and 29 deletions

View File

@ -324,6 +324,7 @@ void NStencil::create_setup()
stencil_multi2[i] = new int*[n+1]();
for (j = 1; j <= n; ++j) {
maxstencil_multi2[i][j] = 0;
nstencil_multi2[i][j] = 0;
}
}
}