Changeset 614 for trunk/c++_tools/gslapi/matrix.h
- Timestamp:
- Aug 31, 2006, 7:08:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/c++_tools/gslapi/matrix.h
r611 r614 74 74 public: 75 75 76 / //77 ///The default constructor.78 ///79 ///This contructor does not initialize underlying (essential)80 ///structures.81 ///76 /** 77 @brief The default constructor. 78 79 This contructor does not initialize underlying (essential) 80 structures. 81 */ 82 82 inline matrix(void) : m_(NULL), view_(NULL) {} 83 83
Note: See TracChangeset
for help on using the changeset viewer.