Changeset 508 in Sophya for trunk/SophyaLib/NTools/tvector.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/tvector.h

    r502 r508  
    11// This may look like C code, but it is really -*- C++ -*-
    22//                         C.Magneville          05/99
    3 #ifndef TVECTOR_SEEN
    4 #define TVECTOR_SEEN
     3#ifndef TVector_SEEN
     4#define TVector_SEEN
    55
    66#include "tmatrix.h"
     
    7676}
    7777
    78 // Typedef pour simplifier
    79 // typedef TVector<r_8> Vector;
     78// Typedef pour simplifier et compatibilite Peida
     79typedef TVector<r_8> Vector;
    8080
    8181/////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.