Changeset 508 in Sophya for trunk/SophyaLib/NTools/tmatrix.h


Ignore:
Timestamp:
Oct 25, 1999, 12:36:22 PM (26 years ago)
Author:
ansari
Message:

Vector/Matrix OVector/OMatrix cmv 25/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/tmatrix.h

    r502 r508  
    11// This may look like C code, but it is really -*- C++ -*-
    22//                         C.Magneville          04/99
    3 #ifndef TMATRIX_SEEN
    4 #define TMATRIX_SEEN
     3#ifndef TMatrix_SEEN
     4#define TMatrix_SEEN
    55
    66#include "machdefs.h"
     
    179179
    180180////////////////////////////////////////////////////////////////
    181 // Typedef pour simplifier
    182 // typedef TMatrix<r_8> Matrix;
     181// Typedef pour simplifier et compatibilite Peida
     182typedef TMatrix<r_8> Matrix;
    183183
    184184/////////////////////////////////////////////////////////////////////////
     
    314314inline T  TMatrixRC<T>::operator()(uint_4 i) const {return data[i*step];}
    315315
     316////////////////////////////////////////////////////////////////
     317// Typedef pour simplifier et compatibilite Peida
     318typedef TMatrixRC<r_8> MatrixRC;
     319
    316320} // Fin du namespace
    317321
Note: See TracChangeset for help on using the changeset viewer.