IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32827


Ignore:
Timestamp:
Nov 27, 2011, 1:51:59 PM (15 years ago)
Author:
eugene
Message:

minor updates

Location:
branches/eam_branches/ipp-20111122
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.basic/list.c

    r31667 r32827  
    118118
    119119  // 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 args
    121120  if ((argc > 2) && (!strcmp (argv[2], "-del"))) {
    122121    if (argc != 4) {
     
    155154
    156155  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");
    161163    return (FALSE);
    162164  }
  • branches/eam_branches/ipp-20111122/psModules/src/objects/pmFootprintCullPeaks.c

    r32707 r32827  
    122122                    threshbounds->data.F32[threshbounds->n-1], maxFlux);
    123123        }
    124 
    125124        psHistogram *threshist = psHistogramAllocGeneric(threshbounds);
    126125
Note: See TracChangeset for help on using the changeset viewer.