Changeset 2344 in Sophya for trunk/SophyaLib/NTools


Ignore:
Timestamp:
Mar 10, 2003, 4:13:49 PM (23 years ago)
Author:
ansari
Message:

Compilation (fin ?) avec SGI-CC -LANG:std - Reza 10/03/2003

Location:
trunk/SophyaLib/NTools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/fftservintf.cc

    r2334 r2344  
    253253}
    254254
    255 #if defined(__SGICC__)
    256 template <>
    257 #endif
     255DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    258256r_8 FFTArrayChecker< r_8 >::ZeroThreshold()
    259257{
     
    261259}
    262260
    263 #if defined(__SGICC__)
    264 template <>
    265 #endif
     261DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    266262r_4 FFTArrayChecker< r_4 >::ZeroThreshold()
    267263{
  • trunk/SophyaLib/NTools/generaldata.cc

    r2340 r2344  
    10611061
    10621062
    1063 #if defined(__SGICC__)
    1064 template <>
    1065 #endif
     1063DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    10661064void ObjFileIO<GeneralFitData>::ReadSelf(PInPersist& is)
    10671065{
     
    11081106}
    11091107
    1110 #if defined(__SGICC__)
    1111 template <>
    1112 #endif
     1108DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    11131109void ObjFileIO<GeneralFitData>::WriteSelf(POutPersist& os) const
    11141110{
  • trunk/SophyaLib/NTools/poly.cc

    r2334 r2344  
    306306//////////////////////////////////////////////////////////////////////////
    307307//! For persistance management
    308 #if defined(__SGICC__)
    309 template <>
    310 #endif
     308DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    311309void ObjFileIO<Poly>::ReadSelf(PInPersist& is)
    312310{
     
    320318
    321319//! For persistance management
    322 #if defined(__SGICC__)
    323 template <>
    324 #endif
     320DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    325321void ObjFileIO<Poly>::WriteSelf(POutPersist& os) const
    326322{
     
    771767//////////////////////////////////////////////////////////////////////////
    772768//! For persistance management
    773 #if defined(__SGICC__)
    774 template <>
    775 #endif
     769DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    776770void ObjFileIO<Poly2>::ReadSelf(PInPersist& is)
    777771{
     
    785779
    786780//! For persistance management
    787 #if defined(__SGICC__)
    788 template <>
    789 #endif
     781DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    790782void ObjFileIO<Poly2>::WriteSelf(POutPersist& os) const
    791783{
Note: See TracChangeset for help on using the changeset viewer.