IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 6:55:37 PM (21 years ago)
Author:
eugene
Message:

split init into general and program init, cleaned up open_image, open_graph, and related

File:
1 edited

Legend:

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

    r5850 r5919  
    66  Graphdata graphmode;
    77 
    8   if (!GetGraph (&graphmode, &Xgraph, &Ngraph)) return (FALSE);
    9 
    108  strcpy (graphmode.ticks, "2222");
    119  if ((N = get_argument (argc, argv, "-ticks"))) {
     
    4745    remove_argument (N, &argc, argv);
    4846  }
     47  if (!GetGraph (&graphmode, &Xgraph, &Ngraph)) return (FALSE);
    4948
    5049  if (argc != 1) goto usage;
Note: See TracChangeset for help on using the changeset viewer.