IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2008, 6:24:28 PM (18 years ago)
Author:
eugene
Message:

fixes for interger-type vectors; finish imextract upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/opihi/dvo/dbCheckStack.c

    r20860 r20873  
    8383
    8484      // this must be a field : is it a valid name?
     85      status = FALSE;
    8586      if (table == DVO_TABLE_MEASURE) {
    8687        status = ParseMeasureField (&fields[Nfields], stack[i].name);
     
    8990        status = ParseAverageField (&fields[Nfields], stack[i].name);
    9091      }
     92      if (table == DVO_TABLE_IMAGE) {
     93        status = ParseImageField (&fields[Nfields], stack[i].name);
     94      }
    9195      if (!status) {
    92         gprint (GP_ERR, "unknown database field %s\n", stack[i].name);
    9396        goto failure;
    9497      }
Note: See TracChangeset for help on using the changeset viewer.