Changeset 31450 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- May 5, 2011, 10:43:45 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r29938 r31450 130 130 int vstats PROTO((int, char **)); 131 131 int vroll PROTO((int, char **)); 132 int vshift PROTO((int, char **)); 132 133 int vpop PROTO((int, char **)); 133 134 int vsmooth PROTO((int, char **)); … … 274 275 {1, "vmaxwell", vmaxwell, "fit a Maxwellian to a vector"}, 275 276 {1, "vpop", vpop, "remove first element of a vector"}, 276 {1, "vroll", vroll, "roll vector elements"}, 277 {1, "vroll", vroll, "roll vector elements by 1 entry"}, 278 {1, "vshift", vshift, "shift vector elements by arbitrary amount"}, 277 279 {1, "vsmooth", vsmooth, "Gaussian smooth of a vector"}, 278 280 {1, "vstats", vstats, "statistics on a vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
