silence static code analysis warning

This commit is contained in:
Axel Kohlmeyer
2017-07-14 10:31:51 -04:00
parent de45a46529
commit 8a1db83b73

View File

@ -4157,7 +4157,7 @@ def output_matrix(n, k, A):
void PairAIREBO::Sptricubic_patch_adjust(double * dl, double wid, double lo,
char dir) {
int rowOuterL = 16, rowInnerL = 1, colL;
int rowOuterL = 16, rowInnerL = 1, colL = 4;
if (dir == 'R') {
rowOuterL = 4;
colL = 16;