1. 30 Dec, 2014 1 commit
    • Jason Swails's avatar
      Add a usesPeriodicBoundaryConditions() method to all of the Force classes and · ddbd992b
      Jason Swails authored
      the System. The System inspects all of its forces and calls
      usePeriodicBoundaryConditions -- it reports 'true' if at least one of its Forces
      returns 'true' for usesPeriodicBoundaryConditions.
      
      The default Force implementation is to raise an exception (NotImplementedError).
      The System implementation will return true if at least one of its Forces returns
      'true' for usesPeriodicBoundaryConditions, _regardless_ of whether or not one or
      more of the forces does not implement the method. If at least one of the forces
      does not implement usesPeriodicBoundaryConditions and all forces return false,
      an OpenMMException is thrown.
      ddbd992b
  2. 26 Dec, 2014 3 commits
    • 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
    • peastman's avatar
      Merge pull request #759 from swails/master · 8d15b972
      peastman authored
      Fix typo.
      8d15b972
    • Jason Swails's avatar
      Fix typo. · c7cacc13
      Jason Swails authored
      c7cacc13
  3. 25 Dec, 2014 1 commit
  4. 18 Dec, 2014 3 commits
  5. 08 Dec, 2014 3 commits
  6. 06 Dec, 2014 1 commit
  7. 04 Dec, 2014 2 commits
  8. 03 Dec, 2014 6 commits
  9. 02 Dec, 2014 1 commit
  10. 26 Nov, 2014 5 commits
  11. 19 Nov, 2014 11 commits
  12. 18 Nov, 2014 3 commits