Commit 10cb26a6 authored by Jason Swails's avatar Jason Swails
Browse files

Last one.

parent 92cc4617
......@@ -35,7 +35,6 @@
#include "Force.h"
#include <string>
#include "internal/windowsExport.h"
#include "openmm/internal/OSRngSeed.h"
namespace OpenMM {
......@@ -213,8 +212,6 @@ public:
* Get the random number seed. See setRandomNumberSeed() for details.
*/
int getRandomNumberSeed() const {
if (randomNumberSeed == 0)
return osrngseed();
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