Changeset 32827
- Timestamp:
- Nov 27, 2011, 1:51:59 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20111122
- Files:
-
- 2 edited
-
Ohana/src/opihi/cmd.basic/list.c (modified) (2 diffs)
-
psModules/src/objects/pmFootprintCullPeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.basic/list.c
r31667 r32827 118 118 119 119 // remove the single named entry from the list (finds entry with given name, reduces list length by one) 120 // return an error if -add is given with no other args121 120 if ((argc > 2) && (!strcmp (argv[2], "-del"))) { 122 121 if (argc != 4) { … … 155 154 156 155 if (argc != 2) { 157 gprint (GP_ERR, "USAGE: list (root) : supply list data, terminate with 'END'\n"); 158 gprint (GP_ERR, "USAGE: list (root) -x (command) : create list from shell output\n"); 159 gprint (GP_ERR, "USAGE: list (root) -split (words) : create list from words\n"); 160 gprint (GP_ERR, "USAGE: list (root) -add (words) : extend a list\n"); 156 gprint (GP_ERR, "USAGE: list (root) : supply list data, terminate with 'END'\n"); 157 gprint (GP_ERR, "USAGE: list (root) -x (command) : create list from shell output\n"); 158 gprint (GP_ERR, "USAGE: list (root) -split (words) : create list from words\n"); 159 gprint (GP_ERR, "USAGE: list (root) -splitbychar (char) (word) [(words)..] : create list from words\n"); 160 gprint (GP_ERR, "USAGE: list (root) -add (words) : extend a list\n"); 161 gprint (GP_ERR, "USAGE: list (root) -copy (list) : copy a list to a new name\n"); 162 gprint (GP_ERR, "USAGE: list (root) -del (word) : delete the entry by value\n"); 161 163 return (FALSE); 162 164 } -
branches/eam_branches/ipp-20111122/psModules/src/objects/pmFootprintCullPeaks.c
r32707 r32827 122 122 threshbounds->data.F32[threshbounds->n-1], maxFlux); 123 123 } 124 125 124 psHistogram *threshist = psHistogramAllocGeneric(threshbounds); 126 125
Note:
See TracChangeset
for help on using the changeset viewer.
