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

Comparing trunk/src/visitors/ZconsVisitor.cpp (file contents):
Revision 770 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 157 | Line 157 | namespace oopse {
157      
158    }
159  
160 <  void ZConsVisitor::readZconsFile(double time) {
161 <    double tempTime;
160 >  void ZConsVisitor::readZconsFile(RealType time) {
161 >    RealType tempTime;
162      while(zconsReader_->hasNextFrame()){
163        tempTime = zconsReader_->getCurTime();
164        if(tempTime >= time) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines