ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/DumpReader.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/io/DumpReader.cpp (file contents):
Revision 2420 by chrisfen, Tue Nov 8 13:32:27 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 538 | Line 538 | namespace oopse {
538        q[2] = tokenizer.nextTokenAsDouble();
539        q[3] = tokenizer.nextTokenAsDouble();
540        
541 <      double qlen = q.length();
541 >      RealType qlen = q.length();
542        if (qlen < oopse::epsilon) { //check quaternion is not equal to 0
543          
544          sprintf(painCave.errMsg,
# Line 565 | Line 565 | namespace oopse {
565    
566    
567    void DumpReader::parseCommentLine(char* line, Snapshot* s) {
568 <    double currTime;
568 >    RealType currTime;
569      Mat3x3d hmat;
570 <    double chi;
571 <    double integralOfChiDt;
570 >    RealType chi;
571 >    RealType integralOfChiDt;
572      Mat3x3d eta;
573      
574      StringTokenizer tokenizer(line);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines