# | Line 126 | Line 126 | namespace OpenMD { | |
---|---|---|
126 | if (storageLayout_ & DataStorage::dslParticlePot) { | |
127 | sdat.particlePot = &(snap_->atomData.particlePot[atom1]); | |
128 | } | |
129 | + | |
130 | + | if (storageLayout_ & DataStorage::dslFlucQPosition) { |
131 | + | sdat.flucQ = &(snap_->atomData.flucQPos[atom1]); |
132 | + | } |
133 | + | |
134 | + | if (storageLayout_ & DataStorage::dslFlucQForce) { |
135 | + | sdat.dVdFQ = &(snap_->atomData.flucQFrc[atom1]); |
136 | + | } |
137 | } | |
138 | ||
139 | bool ForceDecomposition::checkNeighborList() { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |