Changeset 1683 in Sophya for trunk/SophyaLib/Samba/alm.h
- Timestamp:
- Oct 11, 2001, 5:22:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/alm.h
r1371 r1683 30 30 TVector<T> powerSpectrum() const; 31 31 32 inline Alm<T>& SetComplexT(complex<T> a) 33 { 34 this->SetT(a); 35 return *this; 36 } 37 inline Alm<T>& operator = (complex<T> a) 38 { 39 return SetComplexT(a); 40 } 32 41 33 42 };
Note:
See TracChangeset
for help on using the changeset viewer.