Changeset 942 in Sophya for trunk/SophyaLib/TArray/matharr.h
- Timestamp:
- Apr 14, 2000, 7:30:47 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/matharr.h
r926 r942 30 30 // Calcul de fonctions usuelles 31 31 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++ 34 35 template <class T> 35 36 inline TArray<T> fabs(const TArray<T>& a)
Note:
See TracChangeset
for help on using the changeset viewer.