Changeset 1543 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc


Ignore:
Timestamp:
Jun 18, 2001, 4:47:10 PM (24 years ago)
Author:
ansari
Message:

instanciation de TArray,TMatrix,TVector en uint_8 - Reza 18/6/2001

File:
1 edited

Legend:

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

    r1415 r1543  
    1 // $Id: tmatrix.cc,v 1.18 2001-02-22 15:09:37 ansari Exp $
     1// $Id: tmatrix.cc,v 1.19 2001-06-18 14:47:10 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "machdefs.h"
     
    413413#ifdef __CXX_PRAGMA_TEMPLATES__
    414414#pragma define_template TMatrix<uint_2>
     415#pragma define_template TMatrix<uint_8>
    415416#pragma define_template TMatrix<int_4>
    416417#pragma define_template TMatrix<int_8>
     
    423424#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    424425template class TMatrix<uint_2>;
     426template class TMatrix<uint_8>;
    425427template class TMatrix<int_4>;
    426428template class TMatrix<int_8>;
Note: See TracChangeset for help on using the changeset viewer.