IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

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

    r3462 r4689  
    2020  if (!InitPhotcodes ()) return (FALSE);
    2121
     22  vec1 = vec2 = vec3 = vec4 = vec5 = NULL;
    2223  SaveVectors = FALSE;
    23   if (N = get_argument (argc, argv, "-vect")) {
     24  if ((N = get_argument (argc, argv, "-vect"))) {
    2425    remove_argument (N, &argc, argv);
    2526    if ((vec1 = SelectVector ("dmtdmt", ANYVECTOR, TRUE)) == NULL) return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.