- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simmosaic_branches/Ohana/src/mosastro/src/match.c
r16040 r27839 8 8 double dp, dq, radius, Radius; 9 9 double *p, *q, *P, *Q; 10 int *U, *u;10 off_t *U, *u; 11 11 12 12 /* requested radius is in arcsec ; internally radius is in pixels */ … … 17 17 ALLOCATE (P, double, Nrefcat); 18 18 ALLOCATE (Q, double, Nrefcat); 19 ALLOCATE (U, int, Nrefcat);19 ALLOCATE (U, off_t, Nrefcat); 20 20 for (i = 0; i < Nrefcat; i++) { 21 21 U[i] = i; … … 35 35 ALLOCATE (p, double, chip[i].Nstars); 36 36 ALLOCATE (q, double, chip[i].Nstars); 37 ALLOCATE (u, int,chip[i].Nstars);37 ALLOCATE (u, off_t, chip[i].Nstars); 38 38 for (j = 0; j < chip[i].Nstars; j++) { 39 39 u[j] = j;
Note:
See TracChangeset
for help on using the changeset viewer.
