- Timestamp:
- Feb 20, 2012, 3:06:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
