- Timestamp:
- May 30, 2019, 6:05:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/opihi/cmd.data/init.c
r40752 r40758 85 85 int mcreate PROTO((int, char **)); 86 86 int medacc PROTO((int, char **)); 87 int mgaussdev PROTO((int, char **)); 87 88 int mget PROTO((int, char **)); 88 89 int mget3d PROTO((int, char **)); … … 273 274 {1, "imcreate", mcreate, "create an image"}, 274 275 {1, "medacc", medacc, "accumulate vector values in another vector"}, 276 {1, "mgaussdev", mgaussdev, "generate a gaussian deviate image"}, 275 277 {1, "mget", mget, "extract a vector from an image"}, 276 278 {1, "mget3d", mget3d, "extract a vector from a 3D image"},
Note:
See TracChangeset
for help on using the changeset viewer.
