1. 01 Oct, 2015 1 commit
  2. 25 Sep, 2015 1 commit
  3. 24 Sep, 2015 1 commit
  4. 23 Sep, 2015 1 commit
  5. 21 Sep, 2015 1 commit
  6. 18 Sep, 2015 1 commit
  7. 03 Sep, 2015 1 commit
  8. 02 Sep, 2015 1 commit
  9. 01 Sep, 2015 1 commit
  10. 31 Aug, 2015 1 commit
  11. 16 Jul, 2015 1 commit
  12. 13 Jul, 2015 1 commit
  13. 10 Jul, 2015 1 commit
  14. 09 Jul, 2015 1 commit
  15. 07 Jul, 2015 1 commit
  16. 06 May, 2015 2 commits
  17. 10 Apr, 2015 1 commit
  18. 19 Mar, 2015 1 commit
  19. 16 Mar, 2015 1 commit
  20. 25 Feb, 2015 2 commits
  21. 24 Feb, 2015 1 commit
  22. 21 Feb, 2015 1 commit
  23. 20 Feb, 2015 1 commit
  24. 13 Feb, 2015 1 commit
  25. 17 Jan, 2015 1 commit
  26. 10 Jan, 2015 1 commit
  27. 09 Jan, 2015 2 commits
  28. 05 Jan, 2015 3 commits
  29. 03 Jan, 2015 2 commits
  30. 30 Dec, 2014 4 commits
  31. 26 Dec, 2014 1 commit
    • Jason Swails's avatar
      Squash the following warning: · 67ad6557
      Jason Swails authored
      /usr/local/openmm/include/openmm/CustomHbondForce.h:477:25: warning: field 'p3' will be initialized after field 'parameters' [-Wreorder]
              p1(p1), p2(p2), p3(p3), parameters(parameters) {
                                  ^
      I believe that the initializer is supposed to assign variables in the same
      order they're declared in the class definition (not the same order they're
      defined in the constructor argument list.
      67ad6557