IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2005, 8:27:19 AM (21 years ago)
Author:
eugene
Message:

added weight and type to lines, defined -noX option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/setup/SetUpWindow.c

    r2473 r5612  
    2323  NameWindow ("Kapa");
    2424
    25   if ((N = get_argument (*argc, argv, "-nomap"))) {
    26     remove_argument(N, argc, argv);
    27   } else {
    28     MapWindow (graphic);
    29   } 
    30  
     25  MakeColormap (*argc, argv);  /* move to SetUpWindow? */
     26
     27  if (MAP_WINDOW) MapWindow (graphic);
     28  return;
    3129}
Note: See TracChangeset for help on using the changeset viewer.