Changeset 3824 in Sophya for trunk/SophyaLib/TArray


Ignore:
Timestamp:
Jul 30, 2010, 4:21:28 PM (15 years ago)
Author:
ansari
Message:

petites corrections (#ifdef/namespace) suite compil cxx, Reza 30/07/2010

Location:
trunk/SophyaLib/TArray
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/fiospsqmtx.cc

    r3809 r3824  
    159159}
    160160
    161 } // Fin de namespace SOPHYA
    162161
    163162
     
    184183
    185184#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    186 namespace SOPHYA {
    187185template class FIO_SpecialSquareMatrix<uint_1>;
    188186template class FIO_SpecialSquareMatrix<uint_2>;
     
    201199template class FIO_SpecialSquareMatrix< complex<r_16> >;
    202200#endif
    203 }
    204 #endif
     201#endif
     202
     203} // Fin de namespace SOPHYA
  • trunk/SophyaLib/TArray/spesqmtx.cc

    r3809 r3824  
    271271}
    272272
    273 
    274 }   // namespace SOPHYA
    275273
    276274///////////////////////////////////////////////////////////////
     
    295293
    296294#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    297 namespace SOPHYA {
    298295template class SpecialSquareMatrix<uint_1>;
    299296template class SpecialSquareMatrix<uint_2>;
     
    312309template class SpecialSquareMatrix< complex<r_16> >;
    313310#endif
    314 }
    315311#endif
    316312
     313}   // namespace SOPHYA
     314
Note: See TracChangeset for help on using the changeset viewer.