Changeset 3536 for trunk/Ohana/src/imregister/photreg/match.c
- Timestamp:
- Mar 28, 2005, 4:48:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/photreg/match.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/photreg/match.c
r126 r3536 2 2 # include "photreg.h" 3 3 4 int *match_criteria ( int *Nmatch) {4 int *match_criteria (PhotPars *photdata, int Nphotdata, int *Nmatch) { 5 5 6 int i, j , Nphotdata;6 int i, j; 7 7 int N, NMATCH; 8 8 int *match; 9 9 int reject; 10 PhotPars *photdata;11 10 12 11 /* create selection index */ … … 14 13 NMATCH = 1000; 15 14 ALLOCATE (match, int, NMATCH); 16 17 photdata = get_images (&Nphotdata);18 15 19 16 /* find entries that matches criteria */
Note:
See TracChangeset
for help on using the changeset viewer.
