Actual source code: ctable.h

  1: /* Contributed by - Mark Adams */


  6: struct _n_PetscTable {
  7:   PetscInt *keytable;
  8:   PetscInt *table;
  9:   PetscInt count;
 10:   PetscInt tablesize;
 11:   PetscInt head;
 12: };

 14:  #include petscctable.h
 15: #endif