Changeset 806 in Sophya for trunk/SophyaLib/SkyT
- Timestamp:
- Apr 3, 2000, 7:42:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/specrespvector.cc
r669 r806 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: specrespvector.cc,v 1. 5 1999-11-29 16:59:12ansari Exp $3 // $Id: specrespvector.cc,v 1.6 2000-04-03 17:42:39 ansari Exp $ 4 4 // 5 5 // Description: … … 22 22 #include "specrespvector.h" 23 23 #include "pexceptions.h" 24 #include "fioarr.h" 24 25 //---------------- 25 26 // Constructor -- … … 132 133 Vector& xv2 = dobj->getTNuVec(); 133 134 cout << xv2 ; 134 FIO_T Vector<double> vio2(&xv2);135 FIO_TArray<double> vio2(&xv2); 135 136 vio2.Write(s); 136 137 } … … 156 157 dobj->setMinMaxFreq(minf, maxf); 157 158 // TVector<T> has Persistence Manager 158 FIO_T Vector<double> vio(&(dobj->getNuVec()));159 FIO_TArray<double> vio(&(dobj->getNuVec())); 159 160 vio.Read(s); 160 FIO_T Vector<double> vio2(&(dobj->getTNuVec()));161 FIO_TArray<double> vio2(&(dobj->getTNuVec())); 161 162 vio2.Read(s); 162 163 }
Note:
See TracChangeset
for help on using the changeset viewer.