Changeset 3234 in Sophya for trunk/SophyaLib/TArray/tarray.cc
- Timestamp:
- Apr 27, 2007, 5:42:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.cc
r3173 r3234 2 2 // R. Ansari, C.Magneville 03/2000 3 3 4 #include "sopnamsp.h"5 4 #include "machdefs.h" 6 5 #include <stdio.h> … … 12 11 #include "tarray.h" 13 12 14 /*! 15 \class SOPHYA::TArray 13 namespace SOPHYA { 14 15 /*! 16 \class TArray 16 17 \ingroup TArray 17 18 Class for template arrays with numerical data types (int, float, complex). … … 1601 1602 1602 1603 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 1603 namespace SOPHYA {1604 1604 /* 1605 1605 template class TArray<uint_1>; … … 1615 1615 template class TArray< complex<r_4> >; 1616 1616 template class TArray< complex<r_8> >; 1617 }1618 1617 #endif 1619 1618 1620 1619 } // FIN namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.