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 1550 by gezelter, Wed Apr 27 18:38:15 2011 UTC vs.
Revision 1551 by gezelter, Thu Apr 28 18:38:21 2011 UTC

# Line 44 | Line 44
44  
45   #include "Parallel/ForceDecomposition.hpp"
46   #include "math/SquareMatrix3.hpp"
47 + #include "brains/Snapshot.hpp"
48  
49   #ifdef IS_MPI
50   #include "Parallel/Communicator.hpp"
# Line 94 | Line 95 | namespace OpenMD {
95  
96    private:
97      SnapshotManager* sman_;    
98 +    Snapshot* snap_;
99 +    int storageLayout_;
100   #ifdef IS_MPI    
101 +
102 +    DataStorage atomRowData;
103 +    DataStorage atomColData;
104 +    DataStorage cgRowData;
105 +    DataStorage cgColData;
106 +
107      Communicator<Row, int>* AtomCommIntRow;
108      Communicator<Row, RealType>* AtomCommRealRow;
109      Communicator<Row, Vector3d>* AtomCommVectorRow;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines