ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/test/brains/StuntDouble.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/test/brains/StuntDouble.hpp (file contents):
Revision 1640 by tim, Sat Oct 23 23:09:46 2004 UTC vs.
Revision 1644 by tim, Mon Oct 25 22:46:19 2004 UTC

# Line 286 | Line 286 | namespace oopse{
286           * @see #getA
287           */        
288          void setA(const RotMat3x3d& a, int snapshotNo) {
289 <            (snapshotMan_->getSnapshot(snapshotNo))->storage_->a[LocalIndex_] = a;
289 >            (snapshotMan_->getSnapshot(snapshotNo))->storage_->aMat[LocalIndex_] = a;
290          }      
291  
292         /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines