1. 09 Jan, 2015 1 commit
    • Jason Swails's avatar
      Convert a random seed set to 0 into one based on the wall clock in more places. · 601a696f
      Jason Swails authored
      This commit hits the CPU platform (I had previously thought it just used the
      Reference generator) as well as the CustomIntegrator stream that is set
      separately from the standard "integrator" stream attached to each platform for
      CUDA and OpenCL platforms (it seemed to me that the Reference platform's
      CustomIntegrator just used the integrator random stream).
      601a696f
  2. 05 Jan, 2015 3 commits
  3. 03 Jan, 2015 6 commits
  4. 30 Dec, 2014 11 commits
  5. 28 Dec, 2014 1 commit
  6. 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
  7. 25 Dec, 2014 1 commit
  8. 18 Dec, 2014 3 commits
  9. 08 Dec, 2014 3 commits
  10. 06 Dec, 2014 1 commit
  11. 04 Dec, 2014 2 commits
  12. 03 Dec, 2014 5 commits