[petsc-dev] questions on new include organization
Barry Smith
bsmith at mcs.anl.gov
Tue Feb 12 23:22:21 CST 2013
On Feb 12, 2013, at 11:13 PM, Satish Balay <balay at mcs.anl.gov> wrote:
> 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.
Thanks. I've moved it to petscimpl.h
>
> Satish
More information about the petsc-dev
mailing list