On Thu, Apr 25, 2019 at 1:19 AM <martin.lue...@geo.uzh.ch> wrote:

> Hi
>
> There's an error in checkpoint_in.C line 1095
>
> #ifdef LIBMESH_ENABLE_UNIQUE_ID
>           Node * node =
> #endif
>             mesh.add_point(p, id, pid);
>
> The #ifdef there fails if LIBMESH_ENABLE_UNIQUE_ID is not defined, as
> node is used a few lines later. Should this macro be just removed, or
> does it have some important consequences?
>

Thanks for pointing that out, looks like it was just recently changed in
4ad3d936f9 so I'll fix it and add some --disable-unique-id testing if we
don't already have it.

--
John
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to