Changeset 669 in Sophya for trunk/SophyaLib/SkyT/radspecvector.h
- Timestamp:
- Nov 29, 1999, 5:59:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/radspecvector.h
r668 r669 50 50 inline double getNuVec(int i) const { return _vecOfNu(i); } 51 51 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);55 52 56 53 virtual void Print(ostream& os) const; … … 59 56 Vector _vecOfNu; 60 57 Vector _vecOfFDeNu; 61 int _size;62 58 }; 63 59
Note:
See TracChangeset
for help on using the changeset viewer.