1 #ifndef _GLVISVECIMPL_H
2 #define _GLVISVECIMPL_H
3 
4 #include <petscviewer.h>
5 #include <petscvec.h>
6 
7 PETSC_EXTERN PetscErrorCode VecView_GLVis(Vec,PetscViewer);
8 
9 #endif
10