IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4399


Ignore:
Timestamp:
Jun 25, 2005, 9:24:14 AM (21 years ago)
Author:
eugene
Message:

fixed error in output vector

File:
1 edited

Legend:

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

    r2843 r4399  
    5454
    5555  if ((vec1 = SelectVector (argv[2], ANYVECTOR, TRUE)) == NULL) return (FALSE);
    56   if ((vec2 = SelectVector (argv[2], ANYVECTOR, TRUE)) == NULL) return (FALSE);
     56  if ((vec2 = SelectVector (argv[3], ANYVECTOR, TRUE)) == NULL) return (FALSE);
    5757
    5858  /* unfortunately, we must do this in two passes:
Note: See TracChangeset for help on using the changeset viewer.