On Thu, Aug 4, 2016 at 10:25 AM, Harry Pearce <harroontheg...@gmail.com>
wrote:

> Hello libmesh users,
> I am trying to compile a modified libmesh example program but I keep
> getting the error " 'libmesh_nullptr' was not declared in this scope."
>
>  I am already using the libmesh namespace and obtained my compile command
> using:
> echo  `libmesh-config --cxx` -o `libmesh-config --cxxflags --include
> --ldflags --libs`
>
> I am compiling with mpicxx.
>
> If it helps I can provide the example code I'm using and/or the errors. I'm
> using libmesh version 1.0.0.
>

I still don't see how this is possible, but if this is really the only
issue you have, why don't you just change libmesh_nullptr in your code to
NULL?
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to