ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/brains/Snapshot.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/brains/Snapshot.hpp (file contents):
Revision 1819 by tim, Mon Nov 29 18:00:33 2004 UTC vs.
Revision 1820 by tim, Thu Dec 2 00:09:35 2004 UTC

# Line 118 | Line 118 | namespace oopse{
118                  return currentTime_;
119              }
120  
121 +            void increaseTime(double dt) {
122 +                setTime(getTime() + dt);
123 +            }
124 +
125              void setTime(double time) {
126                  currentTime_ =time;
127                  //time at statData is redundant

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines