Changeset 2344 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Mar 10, 2003, 4:13:49 PM (23 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fftservintf.cc
r2334 r2344 253 253 } 254 254 255 #if defined(__SGICC__) 256 template <> 257 #endif 255 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 258 256 r_8 FFTArrayChecker< r_8 >::ZeroThreshold() 259 257 { … … 261 259 } 262 260 263 #if defined(__SGICC__) 264 template <> 265 #endif 261 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 266 262 r_4 FFTArrayChecker< r_4 >::ZeroThreshold() 267 263 { -
trunk/SophyaLib/NTools/generaldata.cc
r2340 r2344 1061 1061 1062 1062 1063 #if defined(__SGICC__) 1064 template <> 1065 #endif 1063 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 1066 1064 void ObjFileIO<GeneralFitData>::ReadSelf(PInPersist& is) 1067 1065 { … … 1108 1106 } 1109 1107 1110 #if defined(__SGICC__) 1111 template <> 1112 #endif 1108 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 1113 1109 void ObjFileIO<GeneralFitData>::WriteSelf(POutPersist& os) const 1114 1110 { -
trunk/SophyaLib/NTools/poly.cc
r2334 r2344 306 306 ////////////////////////////////////////////////////////////////////////// 307 307 //! For persistance management 308 #if defined(__SGICC__) 309 template <> 310 #endif 308 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 311 309 void ObjFileIO<Poly>::ReadSelf(PInPersist& is) 312 310 { … … 320 318 321 319 //! For persistance management 322 #if defined(__SGICC__) 323 template <> 324 #endif 320 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 325 321 void ObjFileIO<Poly>::WriteSelf(POutPersist& os) const 326 322 { … … 771 767 ////////////////////////////////////////////////////////////////////////// 772 768 //! For persistance management 773 #if defined(__SGICC__) 774 template <> 775 #endif 769 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 776 770 void ObjFileIO<Poly2>::ReadSelf(PInPersist& is) 777 771 { … … 785 779 786 780 //! For persistance management 787 #if defined(__SGICC__) 788 template <> 789 #endif 781 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 790 782 void ObjFileIO<Poly2>::WriteSelf(POutPersist& os) const 791 783 {
Note:
See TracChangeset
for help on using the changeset viewer.