# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |