Changeset 33312
- Timestamp:
- Feb 20, 2012, 3:06:40 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/opihi/mana
- Files:
-
- 2 edited
-
findpeaks.c (modified) (1 diff)
-
starcontour.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/mana/findpeaks.c
r20936 r33312 76 76 } 77 77 78 ResetVector (vecx, OPIHI_FLT, MAX (Npeak, 1));79 ResetVector (vecy, OPIHI_FLT, MAX (Npeak, 1));80 ResetVector (vecz, OPIHI_FLT, MAX (Npeak, 1));78 ResetVector (vecx, OPIHI_FLT, Npeak); 79 ResetVector (vecy, OPIHI_FLT, Npeak); 80 ResetVector (vecz, OPIHI_FLT, Npeak); 81 81 82 82 /* eliminate non-local peaks */ -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/mana/starcontour.c
r20936 r33312 22 22 N = 0; 23 23 Npts = 100; 24 ResetVector (vecx, OPIHI_FLT, MAX (Npts, 1));25 ResetVector (vecy, OPIHI_FLT, MAX (Npts, 1));24 ResetVector (vecx, OPIHI_FLT, Npts); 25 ResetVector (vecy, OPIHI_FLT, Npts); 26 26 27 27 Nx = buf[0].matrix.Naxis[0];
Note:
See TracChangeset
for help on using the changeset viewer.
