- Timestamp:
- Jun 8, 2011, 11:47:27 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110505/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20110505/Ohana/src/opihi/cmd.data/init.c
r31450 r31615 137 137 int zap PROTO((int, char **)); 138 138 int zplot PROTO((int, char **)); 139 int zcplot PROTO((int, char **)); 139 140 140 141 static Command cmds[] = { … … 284 285 {1, "zap", zap, "assign values to pixel regions"}, 285 286 {1, "zplot", zplot, "plot x y with size scaled by z"}, 287 {1, "zcplot", zcplot, "plot x y with color scaled by z"}, 286 288 }; 287 289
Note:
See TracChangeset
for help on using the changeset viewer.
