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

Comparing trunk/OOPSE-2.0/src/brains/DataStorage.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2007 by tim, Sun Feb 13 15:56:10 2005 UTC

# Line 53 | Line 53 | using namespace oopse;
53   #include <math/Vector3.hpp>
54   #include <math/SquareMatrix3.hpp>
55  
56 < using namespace oopse;
57 <
56 > namespace oopse {
57      /**
58       * @class DataStorage
59       * @warning do not try to insert element into (or ease element from) private member data
# Line 117 | Line 116 | using namespace oopse;
116              std::vector<Vector3d> force;               /** force array */
117              std::vector<Vector3d> torque;               /** torque array */
118  
119 +            static int getBytesPerStuntDouble(int layout);
120 +
121          private:
122  
123              double* internalGetArrayPointer(std::vector<Vector3d>& v);
# Line 135 | Line 136 | using namespace oopse;
136  
137      };
138  
139 <
139 > }
140   #endif //BRAINS_DATASTORAGE_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines