Commit 8a1db83b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

silence static code analysis warning

parent de45a465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;