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

Comparing trunk/src/brains/DataStorage.hpp (file contents):
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1104 by gezelter, Fri Dec 29 21:43:18 2006 UTC

# Line 58 | Line 58 | namespace oopse {
58     * @class DataStorage
59     * @warning do not try to insert element into (or ease element from) private member data
60     * of DataStorage directly.
61 <   * @todo DataStorage may need refactorying. Every std::vector can inherit from the same base class
61 >   * @todo DataStorage may need refactoring. Every std::vector can inherit from the same base class
62     * which will make it easy to maintain
63     */
64    class DataStorage {
# Line 124 | Line 124 | namespace oopse {
124              
125      RealType* internalGetArrayPointer(std::vector<RotMat3x3d>& v);
126      RealType* internalGetArrayPointer(std::vector<RealType>& v);
127 +
128              
129      template<typename T>
130      void internalResize(std::vector<T>& v, int newSize);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines