| # | Line 226 | Line 226 | namespace OpenMD { | |
|---|---|---|
| 226 | needVel_ = false; | |
| 227 | } | |
| 228 | ||
| 229 | < | if (storageLayout & DataStorage::dslAmat || storageLayout & DataStorage::dslElectroFrame) { |
| 229 | > | if (storageLayout & DataStorage::dslAmat || |
| 230 | > | storageLayout & DataStorage::dslDipole || |
| 231 | > | storageLayout & DataStorage::dslQuadrupole) { |
| 232 | needQuaternion_ = true; | |
| 233 | } else { | |
| 234 | needQuaternion_ = false; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |