Changeset 926 in Sophya for trunk/SophyaLib/TArray/tarray.h
- Timestamp:
- Apr 13, 2000, 8:39:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.h
r920 r926 24 24 25 25 //! Class for template arrays 26 /*!27 \class SOPHYA::TArray28 \ingroup TArray29 This class implements arrays of dimensions up to30 \ref BASEARRAY_MAXNDIMS "BASEARRAY_MAXNDIMS"31 */32 26 template <class T> 33 27 class TArray : public BaseArray {
Note:
See TracChangeset
for help on using the changeset viewer.