- Timestamp:
- Apr 27, 2007, 6:17:01 PM (18 years ago)
- Location:
- trunk/SophyaLib/SkyT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/gaussfilt.cc
r2873 r3238 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: gaussfilt.cc,v 1.1 0 2006-01-03 14:29:37ansari Exp $3 // $Id: gaussfilt.cc,v 1.11 2007-04-27 16:13:35 ansari Exp $ 4 4 // 5 5 // Description: … … 13 13 // C++ Headers -- 14 14 //--------------- 15 #include "sopnamsp.h"16 15 #include "machdefs.h" 17 16 #include <iostream> … … 20 19 #include "gaussfilt.h" 21 20 21 namespace SOPHYA { 22 22 23 /*! 23 * \class SOPHYA::GaussianFilter24 * \class GaussianFilter 24 25 * \ingroup SkyT 25 26 * Gaussian detector response … … 161 162 162 163 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 163 template class SOPHYA::ObjFileIO<GaussianFilter>;164 template class ObjFileIO<GaussianFilter>; 164 165 #endif 166 167 } // FIN namespace SOPHYA -
trunk/SophyaLib/SkyT/specrespvector.cc
r2873 r3238 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: specrespvector.cc,v 1.1 2 2006-01-03 14:29:37ansari Exp $3 // $Id: specrespvector.cc,v 1.13 2007-04-27 16:17:01 ansari Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h"18 17 #include "machdefs.h" 19 18 #include <iostream> … … 24 23 #include "pexceptions.h" 25 24 #include "fioarr.h" 25 26 namespace SOPHYA { 27 26 28 //---------------- 27 29 // Constructor -- 28 30 //---------------- 29 31 /*! 30 * \class S OPHYA::SpecRespVec32 * \class SpecRespVec 31 33 \ingroup SkyT 32 34 One may also want to defined the filter of a detector by two vectors: … … 184 186 185 187 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 186 template class SOPHYA::ObjFileIO<SpecRespVec>;188 template class ObjFileIO<SpecRespVec>; 187 189 #endif 190 191 } // FIN namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.