Changeset 31420
- Timestamp:
- Apr 30, 2011, 5:21:01 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110404/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/Ohana/src/opihi/cmd.data/Makefile
r29938 r31420 141 141 $(SRC)/vpop.$(ARCH).o \ 142 142 $(SRC)/vroll.$(ARCH).o \ 143 $(SRC)/vshift.$(ARCH).o \ 143 144 $(SRC)/vsmooth.$(ARCH).o \ 144 145 $(SRC)/vstats.$(ARCH).o \ -
branches/eam_branches/ipp-20110404/Ohana/src/opihi/cmd.data/init.c
r29938 r31420 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.
