Unverified Commit a0fdb6af authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

silence compiler warning

parent fc090c22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -441,6 +441,7 @@ double MLIAPDescriptorSNAP::get_cutmax()
    if (cut > cutmax) cutmax = cut;
    return cutmax;
  }
  return cutmax;
}

/* ----------------------------------------------------------------------