"platforms/brook/src/BrookCalcHarmonicAngleForceKernel.cpp" did not exist on "cdee990d1f23ea96e5458ce511e4eb08970ff914"
Commit 10cb26a6 authored by Jason Swails's avatar Jason Swails
Browse files

Last one.

parent 92cc4617
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include "Force.h" #include "Force.h"
#include <string> #include <string>
#include "internal/windowsExport.h" #include "internal/windowsExport.h"
#include "openmm/internal/OSRngSeed.h"
namespace OpenMM { namespace OpenMM {
...@@ -213,8 +212,6 @@ public: ...@@ -213,8 +212,6 @@ public:
* Get the random number seed. See setRandomNumberSeed() for details. * Get the random number seed. See setRandomNumberSeed() for details.
*/ */
int getRandomNumberSeed() const { int getRandomNumberSeed() const {
if (randomNumberSeed == 0)
return osrngseed();
return randomNumberSeed; return randomNumberSeed;
} }
/** /**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment