On Wed, Aug 17, 2016 at 4:05 PM, Harry Pearce <harroontheg...@gmail.com>
wrote:

> I updated the .C program based on the up to date examples. The only error I
> get now is:
>   CXX      example_opt-eigenproblems_ex2.o
> eigenproblems_ex2.C: In function ‘int main(int, char**)’:
> eigenproblems_ex2.C:89:32: error: invalid initialization of reference of
> type ‘const libMesh::Point&’ from expression of type ‘libMesh::Node’
>              const Point& p = **node_it;
>                                 ^
> This looks like a C++ error to me but supposedly the code used to work. Was
> libmesh::Point a class in the old libMesh (libMesh 0.7.3.3)?
>

Did you #include "libmesh/node.h"?

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

Reply via email to