Changeset 2338 in Sophya for trunk


Ignore:
Timestamp:
Mar 10, 2003, 2:43:44 PM (23 years ago)
Author:
ansari
Message:

remplacement template <> pour SGI-CC par DECL_TEMP_SPEC - Reza 10/03/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/tarray.cc

    r2286 r2338  
    994994  This method generates an exception (\c MathExc) if called for complex arrays
    995995*/
     996
    996997template <class T>
    997998void TArray<T>::MinMax(T& min, T& max) const
     
    10151016}
    10161017
     1018DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    10171019void TArray< complex<r_4> >::MinMax(complex<r_4>& min, complex<r_4>& max) const
    10181020{
    10191021  throw MathExc("TArray< complex<r_4> >::MinMax(...) - No order in complex");
    10201022}
    1021 
     1023DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    10221024void TArray< complex<r_8> >::MinMax(complex<r_8>& min, complex<r_8>& max) const
    10231025{
    10241026  throw MathExc("TArray< complex<r_4> >::MinMax(...) - No order in complex");
    10251027}
     1028
    10261029
    10271030// ----------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.