Skip to content
  1. Aug 31, 2020
  2. Aug 29, 2020
  3. Aug 28, 2020
  4. Aug 27, 2020
  5. Aug 24, 2020
  6. Jul 24, 2020
  7. Jul 23, 2020
  8. Jul 16, 2020
  9. Jul 08, 2020
  10. Jul 07, 2020
  11. Jul 04, 2020
  12. Jul 02, 2020
    • Giovanni Bussi's avatar
      cppcheck fix · 4c25861f
      Giovanni Bussi authored
      found with cppcheck 2.1
      
      cc: @gtribello
      
      [multicolvar/InPlaneDistances.cpp:110] (warning) :nullPointerRedundantCheck: Either the condition 'bt' is redundant or there is possible null pointer dereference: bt.
      
      This looks like it might be a real bug! Should be checked and potentially backported if it's a bug fix.
      4c25861f
    • Giovanni Bussi's avatar
      cppcheck warning · 3230ab45
      Giovanni Bussi authored
      found with cppcheck 2.1
      
      cc: @hanatok
      
      [drr/drrtool.cpp:207] (performance) :passedByValue: Function parameter 'a' should be passed by const reference.
      [drr/drrtool.cpp:207] (performance) :passedByValue: Function parameter 'b' should be passed by const reference.
      3230ab45
    • Giovanni Bussi's avatar
      cppcheck warning · 4d4af609
      Giovanni Bussi authored
      found with cppcheck 2.1
      
      [wrapper/Plumed.h:2692] (error) :uninitvar: Uninitialized variable: p
      4d4af609