Changeset 2338 in Sophya
- Timestamp:
- Mar 10, 2003, 2:43:44 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.cc
r2286 r2338 994 994 This method generates an exception (\c MathExc) if called for complex arrays 995 995 */ 996 996 997 template <class T> 997 998 void TArray<T>::MinMax(T& min, T& max) const … … 1015 1016 } 1016 1017 1018 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 1017 1019 void TArray< complex<r_4> >::MinMax(complex<r_4>& min, complex<r_4>& max) const 1018 1020 { 1019 1021 throw MathExc("TArray< complex<r_4> >::MinMax(...) - No order in complex"); 1020 1022 } 1021 1023 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 1022 1024 void TArray< complex<r_8> >::MinMax(complex<r_8>& min, complex<r_8>& max) const 1023 1025 { 1024 1026 throw MathExc("TArray< complex<r_4> >::MinMax(...) - No order in complex"); 1025 1027 } 1028 1026 1029 1027 1030 // ----------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.