IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2008, 1:21:51 PM (19 years ago)
Author:
eugene
Message:

removing Press code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r16117 r16119  
    8787int shift            PROTO((int, char **));
    8888int sort_vectors     PROTO((int, char **));
    89 int spline_apply    PROTO((int, char **));
    90 int spline_construct PROTO((int, char **));
     89int spline_apply_cmd PROTO((int, char **));
     90int spline_construct_cmd PROTO((int, char **));
    9191int stats            PROTO((int, char **));
    9292int style            PROTO((int, char **));
     
    208208  {"shift",        shift,            "shift data in an image"},
    209209  {"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"},
    212212  {"stats",        stats,            "give statistics on a portion of a buffer"},
    213213  {"style",        style,            "set the style for graph plots"},
Note: See TracChangeset for help on using the changeset viewer.