Changeset 806 in Sophya


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

Adaptation modifs TArray<T> - Reza 03/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/specrespvector.cc

    r669 r806  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: specrespvector.cc,v 1.5 1999-11-29 16:59:12 ansari Exp $
     3//      $Id: specrespvector.cc,v 1.6 2000-04-03 17:42:39 ansari Exp $
    44//
    55// Description:
     
    2222#include "specrespvector.h"
    2323#include "pexceptions.h"
     24#include "fioarr.h"
    2425//----------------
    2526// Constructor --
     
    132133  Vector& xv2 = dobj->getTNuVec();
    133134  cout << xv2 ;
    134   FIO_TVector<double> vio2(&xv2);
     135  FIO_TArray<double> vio2(&xv2);
    135136  vio2.Write(s);
    136137  }
     
    156157  dobj->setMinMaxFreq(minf, maxf);
    157158  // TVector<T> has Persistence Manager
    158   FIO_TVector<double> vio(&(dobj->getNuVec()));
     159  FIO_TArray<double> vio(&(dobj->getNuVec()));
    159160  vio.Read(s);
    160   FIO_TVector<double> vio2(&(dobj->getTNuVec()));
     161  FIO_TArray<double> vio2(&(dobj->getTNuVec()));
    161162  vio2.Read(s);
    162163}
Note: See TracChangeset for help on using the changeset viewer.