IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2007, 3:38:16 PM (19 years ago)
Author:
eugene
Message:

boolean db extractions now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/dbCheckStack.c

    r13443 r13454  
    1 # include "opihi.h"
     1# include "dvoshell.h"
    22
    3 int dbCheckStack (dvoStack *stack, int Nstack, int table, dvoField **inFields, int *Nfields) {
     3int dbCheckStack (dbStack *stack, int Nstack, int table, dbField **inFields, int *Nfields) {
    44
    5   int i, Nx, Ny, Nv, size;
     5  int i, j, status, NFIELDS;
    66  char *c;
    7   dvoFields *fields;
     7  dbField *fields;
    88
    99  NFIELDS = *Nfields + 10;
    10   REALLOCATE (*inFields, dvoField, NFIELDS);
     10  REALLOCATE (*inFields, dbField, NFIELDS);
    1111  fields = *inFields;
    1212
     
    4444
    4545      *Nfields ++;
    46       CHECK_REALLOCATE (*inFields, dvoField, NFIELDS, *Nfields, 10);
     46      CHECK_REALLOCATE (*inFields, dbField, NFIELDS, *Nfields, 10);
    4747      fields = *inFields;
    4848    }
Note: See TracChangeset for help on using the changeset viewer.