ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/DumpReader.cpp
(Generate patch)

Comparing branches/development/src/io/DumpReader.cpp (file contents):
Revision 1786 by gezelter, Mon Jul 9 14:15:52 2012 UTC vs.
Revision 1787 by gezelter, Wed Aug 29 18:13:11 2012 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines