Changeset 41891 for trunk/Ohana/src/opihi/cmd.data/tdhistogram.c
- Timestamp:
- Nov 4, 2021, 6:02:11 PM (5 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/tdhistogram.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-dev-20210817/Ohana (added) merged: 41800,41802,41818-41820,41824,41830,41835,41850,41869,41874-41875,41886
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.data/tdhistogram.c
r39233 r41891 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.
