IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35457


Ignore:
Timestamp:
May 1, 2013, 2:03:49 PM (13 years ago)
Author:
eugene
Message:

check indexdes for single cpt as well as full set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvoverify_utils.c

    r34405 r35457  
    2626  if (!VerifyTableFile (filename)) {
    2727    fprintf (stderr, "bad average table %s\n", filename);
     28    isGood = FALSE;
     29  }
     30
     31  if (!CheckCatalogIndexes(filename, NULL)){
     32    fprintf (stderr, "bad indexes in %s\n", filename);
    2833    isGood = FALSE;
    2934  }
     
    4550    isGood = FALSE;
    4651  }
     52
    4753  return (isGood);
    4854}
Note: See TracChangeset for help on using the changeset viewer.