Changeset 942 in Sophya for trunk/SophyaLib/TArray/matharr.h


Ignore:
Timestamp:
Apr 14, 2000, 7:30:47 PM (25 years ago)
Author:
ansari
Message:

Compil avec g++ sous SunOS - Reza 14/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/matharr.h

    r926 r942  
    3030//  Calcul de fonctions usuelles
    3131
    32 #if !defined(OS_LINUX) && !defined (__KCC__)
    33 // see below for g++  on Linux
     32  // #if !defined(OS_LINUX) && !defined (__KCC__)
     33#if !defined(__GNUG__)
     34// see below for g++   
    3435template <class T>
    3536inline TArray<T> fabs(const TArray<T>& a)
Note: See TracChangeset for help on using the changeset viewer.