Changeset 2868 in Sophya for trunk/SophyaLib/TArray/matharr.cc


Ignore:
Timestamp:
Jan 3, 2006, 3:20:23 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): Ajout qualification de nom et namespace SOPHYA pour instanciation template - Reza 3 Jan 2006

File:
1 edited

Legend:

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

    r2615 r2868  
    486486
    487487#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     488namespace SOPHYA {
    488489template class MathArray<r_4>;
    489490template class MathArray<r_8>;
    490491template class ComplexMathArray<r_4>;
    491492template class ComplexMathArray<r_8>;
     493}
    492494#endif
Note: See TracChangeset for help on using the changeset viewer.