Changeset 669 in Sophya for trunk/SophyaLib/SkyT/specrespvector.h
- Timestamp:
- Nov 29, 1999, 5:59:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/specrespvector.h
r668 r669 2 2 //-------------------------------------------------------------------------- 3 3 // File and Version Information: 4 // $Id: specrespvector.h,v 1. 3 1999-11-29 14:16:09ansari Exp $4 // $Id: specrespvector.h,v 1.4 1999-11-29 16:59:12 ansari Exp $ 5 5 // 6 6 // Description: … … 38 38 //Constructor 39 39 SpecRespVec(); 40 SpecRespVec(Vector const & nu, Vector const & fdenu, double numin=0., double numax=1.); 40 SpecRespVec(Vector const & nu, Vector const & fdenu, double numin, double numax); 41 SpecRespVec(Vector const & nu, Vector const & fdenu); 41 42 42 43 // destructor
Note:
See TracChangeset
for help on using the changeset viewer.