Changeset 1871 in Sophya for trunk/SophyaLib/BaseTools/mutyv.h
- Timestamp:
- Jan 18, 2002, 12:32:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/mutyv.h
r1870 r1871 73 73 /* On definit donc les deux methodes de conversion nommees explicitement */ 74 74 inline complex<r_4> ToComplexF() const { return(complex<r_4>((r_4)dv, (r_4)dv_im)); } 75 inline complex<r_ 4> ToComplexD() const { return(complex<r_8>(dv, dv_im)); }75 inline complex<r_8> ToComplexD() const { return(complex<r_8>(dv, dv_im)); } 76 76 77 77 inline MTVType Type() const { return typ; }
Note:
See TracChangeset
for help on using the changeset viewer.