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

Comparing branches/new_design/OOPSE-2.0/src/brains/SimSnapshotManager.cpp (file contents):
Revision 1804 by tim, Tue Nov 30 19:58:25 2004 UTC vs.
Revision 1820 by tim, Thu Dec 2 00:09:35 2004 UTC

# Line 40 | Line 40 | bool SimSnapshotManager::advance() {
40   bool SimSnapshotManager::advance() {
41  
42      *previousSnapshot_ = *currentSnapshot_;
43 <    currentSnapshot_->setID(currentSnapshot_->getID() + 1);
43 >    currentSnapshot_->setID(currentSnapshot_->getID() + 1);    
44      return true;
45   }
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines