Changeset 37540
- Timestamp:
- Oct 30, 2014, 9:38:07 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/Ohana/src/opihi/cmd.data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/opihi/cmd.data/Makefile
r37049 r37540 160 160 $(SRC)/vstats.$(ARCH).o \ 161 161 $(SRC)/xsection.$(ARCH).o \ 162 $(SRC)/vsh.$(ARCH).o \ 162 163 $(SRC)/wd.$(ARCH).o \ 163 164 $(SRC)/write_vectors.$(ARCH).o \ -
branches/eam_branches/ipp-20140904/Ohana/src/opihi/cmd.data/init.c
r37049 r37540 147 147 int vpop PROTO((int, char **)); 148 148 int vsmooth PROTO((int, char **)); 149 int vsh PROTO((int, char **)); 149 150 int wd PROTO((int, char **)); 150 151 int write_vectors PROTO((int, char **)); … … 314 315 {1, "vstats", vstats, "statistics on a vector"}, 315 316 {1, "vzload", vzload, "load vectors as overlay on image display (scaled points)"}, 317 {1, "vsh", vsh, "Vector Spherical Harmonics"}, 316 318 {1, "wd", wd, "write an image to a file"}, 317 319 {1, "write", write_vectors, "write vectors to datafile"},
Note:
See TracChangeset
for help on using the changeset viewer.
