- Timestamp:
- Nov 30, 2008, 2:46:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/cmd.astro/profile.c
r20859 r20860 28 28 if ((yvec = SelectVector (argv[3], ANYVECTOR, TRUE)) == NULL) return (FALSE); 29 29 30 ResetVector (xvec, OPIHI_FLT, (int)SQ(2*N+1) ;31 ResetVector (yvec, OPIHI_FLT, (int)SQ(2*N+1) ;30 ResetVector (xvec, OPIHI_FLT, (int)SQ(2*N+1)); 31 ResetVector (yvec, OPIHI_FLT, (int)SQ(2*N+1)); 32 32 33 33 bzero (yvec[0].elements.Flt, (int)SQ(2*N+1)*sizeof(opihi_flt)+1);
Note:
See TracChangeset
for help on using the changeset viewer.
