Re: [petsc-dev] DMLabel struct

2019-03-27 Thread Balay, Satish via petsc-dev
https://bitbucket.org/petsc/petsc/pull-requests/1475/ Satish On Wed, 27 Mar 2019, Lisandro Dalcin via petsc-dev wrote: > DMLabel is now a PetscObject, but the struct name does not match the usual > conventions, it should be _p_DMLabel, but instead: > >

[petsc-dev] DMLabel struct

2019-03-27 Thread Lisandro Dalcin via petsc-dev
DMLabel is now a PetscObject, but the struct name does not match the usual conventions, it should be _p_DMLabel, but instead: include/petsc/private/dmlabelimpl.h:struct _n_DMLabel { include/petscdmlabel.h:typedef struct _n_DMLabel *DMLabel; -- Lisandro Dalcin Research Scientist