Changeset 41818 for branches/eam_branches/ipp-dev-20210817
- Timestamp:
- Sep 27, 2021, 11:11:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/Ohana/src/opihi/cmd.data/tdhistogram.c
r39233 r41818 45 45 int valid = (!reuse && (argc == 11)) || (reuse && (argc == 5)); 46 46 if (!valid) { 47 gprint (GP_ERR, "USAGE: tdhistogram buffer x y z (Xmin) (Xmax) (Ymin) (Ymax) (Zmin) (Zmax) [-dx dx] [-dy dy] [-dz dz] \n");47 gprint (GP_ERR, "USAGE: tdhistogram buffer x y z (Xmin) (Xmax) (Ymin) (Ymax) (Zmin) (Zmax) [-dx dx] [-dy dy] [-dz dz] [-range range]\n"); 48 48 gprint (GP_ERR, " OR: tdhistogram buffer x y z -reuse\n"); 49 gprint (GP_ERR, " -dx, -dy, -dy specify the bin size in these directions\n"); 50 gprint (GP_ERR, " -range : generate an output vector corresponding to the elements in the z-direction\n"); 49 51 gprint (GP_ERR, " output buffer is 3D\n"); 50 52 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
