IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 7:24:04 AM (19 years ago)
Author:
eugene
Message:

fixing style arguments, graphmode from kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.data/style.c

    r13391 r13432  
    33int style (int argc, char **argv) {
    44 
     5  int kapa;
    56  Graphdata graphmode;
    67
    7   if (!style_args (&graphmode, &argc, argv, NULL)) return FALSE;
     8  if (!style_args (&graphmode, &argc, argv, &kapa)) return FALSE;
    89
    910  if (argc > 1) {
     
    1112    return (FALSE);
    1213  }
    13   SetGraph (graphmode);
     14  KapaSetGraphStyle (kapa, &graphmode);
    1415
    1516  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.