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