Changeset 35875
- Timestamp:
- Aug 2, 2013, 10:45:48 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130711/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130711/Ohana/src/opihi/cmd.data/Makefile
r35416 r35875 143 143 $(SRC)/vmaxwell.$(ARCH).o \ 144 144 $(SRC)/vgrid.$(ARCH).o \ 145 $(SRC)/vlist.$(ARCH).o \ 145 146 $(SRC)/vload.$(ARCH).o \ 146 147 $(SRC)/vzload.$(ARCH).o \ -
branches/eam_branches/ipp-20130711/Ohana/src/opihi/cmd.data/init.c
r35416 r35875 133 133 int vmaxwell PROTO((int, char **)); 134 134 int vload PROTO((int, char **)); 135 int vlist PROTO((int, char **)); 135 136 int vzload PROTO((int, char **)); 136 137 int vstats PROTO((int, char **)); … … 290 291 {1, "vgrid", vgrid, "generate an image from a triplet of vectors"}, 291 292 {1, "vhistogram", histogram, "generate histogram from vector"}, 293 {1, "vlist", vlist, "append values to a vector from command line"}, 292 294 {1, "vload", vload, "load vectors as overlay on image display"}, 293 295 {1, "vmaxwell", vmaxwell, "fit a Maxwellian to a vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
