Changeset 2868 in Sophya for trunk/SophyaLib/TArray/tmatrix.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/tmatrix.cc

    r2788 r2868  
    1 // $Id: tmatrix.cc,v 1.32 2005-05-30 16:53:23 ansari Exp $
     1// $Id: tmatrix.cc,v 1.33 2006-01-03 14:17:46 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "sopnamsp.h"
     
    671671
    672672#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     673namespace SOPHYA {
    673674template class TMatrix<uint_2>;
    674675template class TMatrix<uint_8>;
     
    679680template class TMatrix< complex<r_4> >;
    680681template class TMatrix< complex<r_8> >;
     682}
    681683#endif
Note: See TracChangeset for help on using the changeset viewer.