Changeset 16119 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Jan 17, 2008, 1:21:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r16117 r16119 87 87 int shift PROTO((int, char **)); 88 88 int sort_vectors PROTO((int, char **)); 89 int spline_apply PROTO((int, char **));90 int spline_construct PROTO((int, char **));89 int spline_apply_cmd PROTO((int, char **)); 90 int spline_construct_cmd PROTO((int, char **)); 91 91 int stats PROTO((int, char **)); 92 92 int style PROTO((int, char **)); … … 208 208 {"shift", shift, "shift data in an image"}, 209 209 {"sort", sort_vectors, "sort list of vectors"}, 210 {"spline.apply", spline_apply ,"apply spline fit to generate an image"},211 {"spline.const", spline_construct , "create spline 2nd deriv. terms"},210 {"spline.apply", spline_apply_cmd, "apply spline fit to generate an image"}, 211 {"spline.const", spline_construct_cmd, "create spline 2nd deriv. terms"}, 212 212 {"stats", stats, "give statistics on a portion of a buffer"}, 213 213 {"style", style, "set the style for graph plots"},
Note:
See TracChangeset
for help on using the changeset viewer.
