Commit 025892d7 authored by Jason Swails's avatar Jason Swails
Browse files

Get rid of vestigial variable.

parent c3ad0e3e
...@@ -475,7 +475,7 @@ private: ...@@ -475,7 +475,7 @@ private:
class InteractionGroupInfo; class InteractionGroupInfo;
NonbondedMethod nonbondedMethod; NonbondedMethod nonbondedMethod;
double cutoffDistance, switchingDistance; double cutoffDistance, switchingDistance;
bool useSwitchingFunction, useLongRangeCorrection, iOwnTabulatedFunctions; bool useSwitchingFunction, useLongRangeCorrection;
std::string energyExpression; std::string energyExpression;
std::vector<PerParticleParameterInfo> parameters; std::vector<PerParticleParameterInfo> parameters;
std::vector<GlobalParameterInfo> globalParameters; std::vector<GlobalParameterInfo> globalParameters;
......
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