ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/InitializeFromFile.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/InitializeFromFile.cpp (file contents):
Revision 641 by mmeineke, Mon Jul 21 16:23:10 2003 UTC vs.
Revision 643 by mmeineke, Mon Jul 21 21:27:40 2003 UTC

# Line 555 | Line 555 | char* InitializeFromFile::parseBoxLine(char* readLine,
555               c_in_name );
556      return strdup( painCave.errMsg );
557    }
558 <  simnfo->currentTime = atof( foo );
558 >  simnfo->setTime( atof( foo ) );
559  
560    // get the Hx vector
561  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines