Changeset 33662 for trunk/Ohana/src/opihi/mana/starcontour.c
- Timestamp:
- Apr 1, 2012, 3:24:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/mana/starcontour.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/mana/starcontour.c
r20936 r33662 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.
