Ah, okay.  Ignore it, then.
Dmitry.

On Wed, Nov 13, 2013 at 9:20 PM, Jed Brown <jedbr...@mcs.anl.gov> wrote:

> Dmitry Karpeyev <dkarp...@gmail.com> writes:
>
> > I'm attaching a small patch that fixes the relevant API differences in
> > 'master'.
>
> Looks like you didn't pull since John applied my patch this morning.
>
> commit 7a54f01ab5bf5940b621811823c4ddec234df5de
> Author: John Peterson <jwpeter...@gmail.com>
> Date:   Wed Nov 13 10:51:48 2013 -0700
>
>     Patch from Jed Brown fixing PetscDMLibMesh on Petsc >= 3.5.
>
> diff --git a/src/solvers/petscdmlibmesh.C b/src/solvers/petscdmlibmesh.C
> index 09dc324..c36ff06 100644
> --- a/src/solvers/petscdmlibmesh.C
> +++ b/src/solvers/petscdmlibmesh.C
> @@ -934,7 +934,11 @@ static PetscErrorCode DMCreateGlobalVector_libMesh(DM
> dm, Vec *x)
>
>  #undef __FUNCT__
>  #define __FUNCT__ "DMCreateMatrix_libMesh"
> +#if PETSC_VERSION_LT(3,5,0)
>  static PetscErrorCode DMCreateMatrix_libMesh(DM dm, const MatType, Mat *A)
> +#else
> +static PetscErrorCode DMCreateMatrix_libMesh(DM dm, Mat *A)
> +#endif
>  {
>    PetscFunctionBegin;
>    PetscErrorCode ierr;
>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to