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 1540 by gezelter, Mon Jan 17 21:34:36 2011 UTC vs.
Revision 1541 by gezelter, Fri Feb 4 20:04:56 2011 UTC

# Line 46 | Line 46
46   #include "Parallel/Communicator.hpp"
47   #include "math/SquareMatrix3.hpp"
48  
49 + using namespace std;
50   namespace OpenMD {
51    
52    class ForceDecomposition : public Decomposition {
# Line 78 | Line 79 | namespace OpenMD {
79  
80      Communicator<Row, Vector3d>* cgCommVectorI;
81      Communicator<Column, Vector3d>* cgCommVectorJ;
82 <    
82 >
83 >  private:
84 >    vector<vector<RealType> > pot_row;
85 >    vector<vector<RealType> > pot_col;
86 >    vector<vector<RealType> > pot_local;
87   #endif
88    };
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines