Changeset 804 in Sophya for trunk/SophyaLib/TArray/fioarr.h


Ignore:
Timestamp:
Apr 3, 2000, 7:36:01 PM (25 years ago)
Author:
ansari
Message:

Amelioation / debugging de la classe TArray<T> - TVector et TMatrix

heritent maintenant de TArray<T> - Classe RCMatrix rendu prive au fichier
sopemtx.cc - linfit.cc integre a sopemtx.cc

Reza 03/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/fioarr.h

    r772 r804  
    99#include <iostream.h>
    1010#include "tarray.h"
     11#include "tmatrix.h"
     12#include "tvector.h"
    1113#include "ppersist.h"
    1214
     
    3941{ FIO_TArray<T> fio(&obj);  fio.Read(is);  return(is); }
    4042
     43
    4144} // Fin du namespace
    4245
Note: See TracChangeset for help on using the changeset viewer.