Changeset 669 in Sophya for trunk/SophyaLib/SkyT/radspecvector.h


Ignore:
Timestamp:
Nov 29, 1999, 5:59:13 PM (26 years ago)
Author:
ansari
Message:

Adaptation a PPersist de SpectralResponse - Suite 1 , Sophie 29/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/radspecvector.h

    r668 r669  
    5050  inline double getNuVec(int i) const { return _vecOfNu(i); }
    5151  inline double getFNuVec(int i) const { return _vecOfFDeNu(i); }
    52   inline int NbElts() const { return _size;}
    53   virtual void ReadSelf(PInPersist& s);
    54   virtual void WriteSelf(POutPersist& s);
    5552
    5653  virtual void   Print(ostream& os)  const;
     
    5956  Vector _vecOfNu;
    6057  Vector _vecOfFDeNu;
    61   int _size;
    6258};
    6359
Note: See TracChangeset for help on using the changeset viewer.