[petsc-dev] questions on new include organization
    Satish Balay 
    balay at mcs.anl.gov
       
    Tue Feb 12 23:13:02 CST 2013
    
    
  
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
    
    
More information about the petsc-dev
mailing list