Commit 92d5b9a7 authored by Jason Swails's avatar Jason Swails
Browse files

Small typo.

parent eb2e1ee3
...@@ -218,7 +218,7 @@ public: ...@@ -218,7 +218,7 @@ public:
* *
* @returns true if nonbondedMethod uses PBC and false otherwise * @returns true if nonbondedMethod uses PBC and false otherwise
*/ */
bool usesPeriodicBoundaryConditions() const {return nonbondedMethod == AmoebaVdwForce::CutoffPeriodic}; bool usesPeriodicBoundaryConditions() const {return nonbondedMethod == AmoebaVdwForce::CutoffPeriodic;}
protected: protected:
ForceImpl* createImpl() const; ForceImpl* createImpl() const;
private: private:
......
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