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