Actual source code: vsilo.h


 3:  #include petscsys.h
  4: #include "silo.h"
 5:  #include private/viewerimpl.h

  7: typedef struct {
  8:   DBfile *file_pointer; /* The PDB file for Silo */
  9:   char   *meshName;     /* The name for the current mesh */
 10:   char   *objName;      /* The name for the next object passed to Silo */
 11: } Viewer_Silo;