Changeset 18 in Sophya for trunk/SophyaPI/PI/piup_def.cc
- Timestamp:
- Jul 6, 1996, 11:28:11 AM (29 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piup_def.cc
r11 r18 8 8 #include "piup.h" 9 9 10 FitsImageR4 * PIUserProc_1(FitsImageR4 * , int xp, int yp, int dx, int dy,11 10 ImageR4 * PIUserProc_1(ImageR4 * , int xp, int yp, int dx, int dy, 11 char * arg1, char * arg2) 12 12 { 13 13 printf("PIUserProc_1/Dummy Pave[%d,%d] en (%d %d) %s %s ne fait rien !\n", … … 16 16 } 17 17 18 FitsImageR4 * PIUserProc_2(FitsImageR4 * , int xp, int yp, int dx, int dy,19 18 ImageR4 * PIUserProc_2(ImageR4 * , int xp, int yp, int dx, int dy, 19 char * arg1, char * arg2) 20 20 { 21 21 printf("PIUserProc_2/Dummy Pave[%d,%d] en (%d %d) %s %s ne fait rien !\n", … … 24 24 } 25 25 26 FitsImageR4 * PIUserProc_3(FitsImageR4 * , int xp, int yp, int dx, int dy,27 26 ImageR4 * PIUserProc_3(ImageR4 * , int xp, int yp, int dx, int dy, 27 char * arg1, char * arg2) 28 28 { 29 29 printf("PIUserProc_3/Dummy Pave[%d,%d] en (%d %d) %s %s ne fait rien !\n",
Note:
See TracChangeset
for help on using the changeset viewer.