ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/DynamicRectMatrix.hpp
(Generate patch)

Comparing trunk/src/math/DynamicRectMatrix.hpp (file contents):
Revision 1348 by tim, Wed Feb 22 20:35:16 2006 UTC vs.
Revision 1349 by cli2, Wed May 20 19:35:05 2009 UTC

# Line 66 | Line 66 | namespace oopse {
66      typedef DynamicRectMatrix<Real> SelfType;
67              
68      /** default constructor */
69 +    DynamicRectMatrix(){}
70      DynamicRectMatrix(int nrow, int ncol) {
71        allocate(nrow, ncol);
72  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines