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

Comparing branches/development/src/parallel/ForceDecomposition.hpp (file contents):
Revision 1549 by gezelter, Wed Apr 27 18:38:15 2011 UTC vs.
Revision 1562 by gezelter, Thu May 12 17:00:14 2011 UTC

# Line 85 | Line 85 | namespace OpenMD {
85    class ForceDecomposition {
86    public:
87  
88 <    ForceDecomposition(SimInfo* info) : info_(info) {}
88 >    ForceDecomposition(SimInfo* info);
89      virtual ~ForceDecomposition() {}
90      
91      virtual void distributeInitialData() = 0;
# Line 147 | Line 147 | namespace OpenMD {
147                                         //& column.  It will be up to
148                                         //the specific decomposition
149                                         //method to fill this.
150 +    vector<Vector3i> cellOffsets_;
151 +    int nOffset_;
152    };    
153   }
154   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines