Actual source code: unit.h

petsc-3.6.4 2016-04-12
Report Typos and Errors
  1: #ifndef __TAOLINESEARCH_UNIT_H


  5: typedef struct {
  6:     int dummy;
  7: } TAOLINESEARCH_UNIT_CTX;


 10: #endif