Changeset 2343 in Sophya for trunk/SophyaPI/PIext/pitvmaad.cc
- Timestamp:
- Mar 10, 2003, 4:11:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pitvmaad.cc
r2335 r2343 29 29 30 30 /* --Methode-- */ 31 #if defined(__SGICC__) 32 template <> 33 #endif 31 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 34 32 double POTVectorAdapter< complex<float> >::Value(int i) 35 33 { … … 41 39 42 40 /* --Methode-- */ 43 #if defined(__SGICC__) 44 template <> 45 #endif 41 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 46 42 double POTVectorAdapter< complex<double> >::Value(int i) 47 43 { … … 74 70 75 71 /* --Methode-- */ 76 #if defined(__SGICC__) 77 template <> 78 #endif 72 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 79 73 double POTMatrixAdapter< complex<float> >::Value(int ix, int iy) 80 74 { … … 86 80 87 81 /* --Methode-- */ 88 #if defined(__SGICC__) 89 template <> 90 #endif 82 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 91 83 double POTMatrixAdapter< complex<double> >::Value(int ix, int iy) 92 84 {
Note:
See TracChangeset
for help on using the changeset viewer.