On Tue, 12 Feb 2013, Barry Smith wrote: > 2) matimpl.h really needs vecimpl.h? > > #define __MATIMPL_H > > #include <petscmat.h> > #include <petsc-private/petscimpl.h> > #include <petsc-private/vecimpl.h> > > Doesn't seem to so I've removed the vecimpl.h and pushed > > Seems there may be a few of these unneeded dependencies hanging around, I'll > try to hunt them down.
https://bitbucket.org/petsc/petsc-dev/commits/2e1692285b5bc97753e7e4964d9a352ce6ba72e8 To remove vecimpl.h [from matimpl.h] - we have to move PetscCUSPFlag to a more appropriate location. Satish
