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/ForceDecomposition.hpp (file contents):
Revision 1539 by gezelter, Fri Jan 14 22:31:31 2011 UTC vs.
Revision 1540 by gezelter, Mon Jan 17 21:34:36 2011 UTC

# Line 68 | Line 68 | namespace OpenMD {
68  
69   #ifdef IS_MPI
70      
71 <    Comm<I, RealType>* AtomCommRealI;
72 <    Comm<I, Vector3d>* AtomCommVectorI;
73 <    Comm<I, Mat3x3d>*  AtomCommMatrixI;
71 >    Communicator<Row, RealType>* AtomCommRealI;
72 >    Communicator<Row, Vector3d>* AtomCommVectorI;
73 >    Communicator<Row, Mat3x3d>*  AtomCommMatrixI;
74  
75 <    Comm<J, RealType>* AtomCommRealJ;
76 <    Comm<J, Vector3d>* AtomCommVectorJ;
77 <    Comm<J, Mat3x3d>*  AtomCommMatrixJ;
75 >    Communicator<Column, RealType>* AtomCommRealJ;
76 >    Communicator<Column, Vector3d>* AtomCommVectorJ;
77 >    Communicator<Column, Mat3x3d>*  AtomCommMatrixJ;
78  
79 <    Comm<I, Vector3d>* cgCommVectorI;
80 <    Comm<J, Vector3d>* cgCommVectorJ;
79 >    Communicator<Row, Vector3d>* cgCommVectorI;
80 >    Communicator<Column, Vector3d>* cgCommVectorJ;
81      
82   #endif
83    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines