Changeset 3109
- Timestamp:
- 02/24/10 09:06:23 (15 years ago)
- Location:
- issm/trunk/src/c/AverageFilterx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/AverageFilterx/AverageFilterx.cpp
r2776 r3109 5 5 */ 6 6 7 #include "./AverageFilterx.h" 7 #undef __FUNCT__ 8 #define __FUNCT__ "AverageFilterx" 8 9 9 10 #include <stdio.h> 10 11 #include <time.h> 12 #include "./AverageFilterx.h" 11 13 #include "../shared/shared.h" 12 14 -
issm/trunk/src/c/AverageFilterx/AverageFilterx.h
r2776 r3109 2 2 AverageFilterx.h 3 3 */ 4 5 4 6 5 #ifndef AVERAGEFILTERX_H … … 10 9 //#define _DEBUG2_ 11 10 12 #undef __FUNCT__13 #define __FUNCT__ "AverageFilterx"14 15 11 /* local prototypes: */ 16 12 int AverageFilterx(double** pimageout,double* imagein, int lines,int samp,int smooth);
Note:
See TracChangeset
for help on using the changeset viewer.