ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/parallel/ForceMatrixDecomposition.hpp
(Generate patch)

Comparing branches/development/src/parallel/ForceMatrixDecomposition.hpp (file contents):
Revision 1581 by gezelter, Mon Jun 13 22:13:12 2011 UTC vs.
Revision 1582 by gezelter, Tue Jun 14 20:41:44 2011 UTC

# Line 91 | Line 91 | namespace OpenMD {
91      void addForceToAtomColumn(int atom2, Vector3d fg);
92  
93      // filling interaction blocks with pointers
94 <    void fillInteractionData(InteractionData idat, int atom1, int atom2);
95 <    void unpackInteractionData(InteractionData idat, int atom1, int atom2);
96 <    void fillSkipData(InteractionData idat, int atom1, int atom2);
94 >    void fillInteractionData(InteractionData &idat, int atom1, int atom2);
95 >    void unpackInteractionData(InteractionData &idat, int atom1, int atom2);
96 >    void fillSkipData(InteractionData &idat, int atom1, int atom2);
97  
98    private:
99      void createGtypeCutoffMap();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines