Actual source code: unit.h

petsc-3.10.5 2019-03-28
Report Typos and Errors
  1: #ifndef __TAOLINESEARCH_UNIT_H


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


 10: #endif