ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/nonbonded/NonBondedInteraction.hpp
(Generate patch)

Comparing branches/development/src/nonbonded/NonBondedInteraction.hpp (file contents):
Revision 1582 by gezelter, Tue Jun 14 20:41:44 2011 UTC vs.
Revision 1583 by gezelter, Thu Jun 16 22:00:08 2011 UTC

# Line 79 | Line 79 | namespace OpenMD {
79      RealType* rij;            /**< interatomic separation */
80      RealType* r2;             /**< square of rij */
81      RealType* rcut;           /**< cutoff radius for this interaction */
82 +    bool shiftedPot;          /**< shift the potential up inside the cutoff? */
83 +    bool shiftedForce;        /**< shifted forces smoothly inside the cutoff? */
84      RealType* sw;             /**< switching function value at rij */
85      int* topoDist;            /**< topological distance between atoms */
86      RealType* vdwMult;        /**< multiplier for van der Waals interactions */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines