IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2005, 2:40:42 PM (21 years ago)
Author:
eugene
Message:

minor dvo updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dmagaves.c

    r3462 r4420  
    4141  if (!GetPhotcodeInfo (argv[1], &code[0], &mode[0])) return (FALSE);
    4242  if (!GetPhotcodeInfo (argv[3], &code[1], &mode[1])) return (FALSE);
    43   if ((param = GetAverageParam (argv[5])) == AVE_ZERO) return (FALSE);
     43  if ((param = GetAverageParam (argv[5])) == AVE_ZERO) {
     44    GetAverageParamHelp ();
     45    return (FALSE);
     46  }
    4447  code[2] = GetPhotcodeEquivbyCode (code[0][0].code);
    4548  mode[2] = mode[0];
Note: See TracChangeset for help on using the changeset viewer.