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;
>




-- 
Dmitry Karpeev
Mathematics and Computer Science
Argonne National Laboratory
Argonne, Illinois, USA
and
Computation Institute
University of Chicago
5735 S. Ellis Avenue
Chicago, IL 60637
-----------------------
Phone: 630-252-1229
Fax:   630-252-5986
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&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