"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "f11bafd9c232bab595633eafdbed1331fc86c19f"
Commit b002cf1f authored by Peter Eastman's avatar Peter Eastman
Browse files

A change that should have been part of the last commit, but was deleted by Subversion

parent a1b2fd30
...@@ -61,7 +61,7 @@ private: ...@@ -61,7 +61,7 @@ private:
class CudaPlatform::PlatformData { class CudaPlatform::PlatformData {
public: public:
PlatformData(_gpuContext* gpu) : gpu(gpu), removeCM(false), nonbondedMethod(0), hasBonds(false), hasAngles(false), PlatformData(_gpuContext* gpu) : gpu(gpu), removeCM(false), nonbondedMethod(0), hasBonds(false), hasAngles(false),
hasPeriodicTorsions(false), hasRB(false), hasNonbonded(false), primaryKernel(NULL), stepCount(0), time(0.0) { hasPeriodicTorsions(false), hasRB(false), hasNonbonded(false), primaryKernel(NULL), stepCount(0), computeForceCount(0), time(0.0) {
} }
_gpuContext* gpu; _gpuContext* gpu;
KernelImpl* primaryKernel; KernelImpl* primaryKernel;
...@@ -69,7 +69,7 @@ public: ...@@ -69,7 +69,7 @@ public:
bool hasBonds, hasAngles, hasPeriodicTorsions, hasRB, hasNonbonded; bool hasBonds, hasAngles, hasPeriodicTorsions, hasRB, hasNonbonded;
int nonbondedMethod; int nonbondedMethod;
int cmMotionFrequency; int cmMotionFrequency;
int stepCount; int stepCount, computeForceCount;
double time; double time;
}; };
......
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