"vscode:/vscode.git/clone" did not exist on "20d87761fcbf1b4d509c82d7d224df649cebd1f1"
Commit 2d681361 authored by Peter Eastman's avatar Peter Eastman
Browse files

Added a missing initializer to CudaApplyMonteCarloBarostatKernel

parent 5d4ff603
......@@ -762,7 +762,7 @@ private:
class CudaApplyMonteCarloBarostatKernel : public ApplyMonteCarloBarostatKernel {
public:
CudaApplyMonteCarloBarostatKernel(std::string name, const Platform& platform, CudaPlatform::PlatformData& data) : ApplyMonteCarloBarostatKernel(name, platform), data(data),
moleculeAtoms(NULL), moleculeStartIndex(NULL) {
hasInitializedMolecules(false), moleculeAtoms(NULL), moleculeStartIndex(NULL) {
}
~CudaApplyMonteCarloBarostatKernel();
/**
......
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