Actual source code: unit.h

petsc-3.7.7 2017-09-25
Report Typos and Errors
  1: #ifndef __TAOLINESEARCH_UNIT_H


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


 10: #endif