Changeset 607 in Sophya for trunk/SophyaLib/SkyT/specrespvector.h
- Timestamp:
- Nov 20, 1999, 10:00:54 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/specrespvector.h
r601 r607 2 2 //-------------------------------------------------------------------------- 3 3 // File and Version Information: 4 // $Id: specrespvector.h,v 1. 1.1.1 1999-11-19 16:34:32ansari Exp $4 // $Id: specrespvector.h,v 1.2 1999-11-20 21:00:53 ansari Exp $ 5 5 // 6 6 // Description: … … 46 46 virtual double transmission(double nu) const; 47 47 48 // Acces to Nu and T(nu) vectors 49 inline Vector& getNuVec() { return _vecOfNu; } 50 inline Vector& getTNuVec() { return _vecOfFDeNu; } 51 48 52 virtual void Print(ostream& os) const; 49 53
Note:
See TracChangeset
for help on using the changeset viewer.