Commit 80273800 authored by Jason Swails's avatar Jason Swails
Browse files

Add a comment about updating the copy constructor if the implementation details

are changed for CustomNonbondedForce.
parent 025892d7
...@@ -467,6 +467,7 @@ public: ...@@ -467,6 +467,7 @@ public:
protected: protected:
ForceImpl* createImpl() const; ForceImpl* createImpl() const;
private: private:
// REMEMBER TO UPDATE THE COPY CONSTRUCTOR IF YOU ADD ANY NEW FIELDS !!
class ParticleInfo; class ParticleInfo;
class PerParticleParameterInfo; class PerParticleParameterInfo;
class GlobalParameterInfo; class GlobalParameterInfo;
......
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