- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/mana/starcontour.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/mana/starcontour.c
r20936 r34041 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.
