Changeset 2344 in Sophya for trunk/SophyaLib/SkyT/gaussfilt.cc
- Timestamp:
- Mar 10, 2003, 4:13:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/gaussfilt.cc
r2322 r2344 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: gaussfilt.cc,v 1. 7 2003-02-11 15:31:07 cmvExp $3 // $Id: gaussfilt.cc,v 1.8 2003-03-10 15:13:49 ansari Exp $ 4 4 // 5 5 // Description: … … 104 104 } 105 105 106 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 106 107 void 107 108 ObjFileIO<GaussianFilter>::WriteSelf(POutPersist& s) const … … 125 126 } 126 127 128 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 127 129 void 128 130 ObjFileIO<GaussianFilter>::ReadSelf(PInPersist& s)
Note:
See TracChangeset
for help on using the changeset viewer.