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 1570 by gezelter, Sat Apr 30 02:54:02 2011 UTC vs.
Revision 1571 by gezelter, Fri May 27 16:45:44 2011 UTC

# Line 74 | Line 74 | namespace OpenMD {
74     * members are utilized by any given interaction.
75     */
76    struct InteractionData {
77 <    pair<AtomType*, AtomType*>* atypes; /**< pair of atom types interacting */
77 >    pair<AtomType*, AtomType*> atypes; /**< pair of atom types interacting */
78      Vector3d* d;              /**< interatomic vector (already wrapped into box) */
79      RealType* rij;            /**< interatomic separation */
80      RealType* r2;             /**< square of rij */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines