On Wed, 12 Aug 2015, David Knezevic wrote:

/home/dknez/software/libmesh-src/src/base/dof_map_constraints.C:827:42: error: 
conversion from 'int' to non-scalar type 'OutputNumber {aka
libMesh::VectorValue<std::complex<double> >}' requested
                   OutputNumber fineval = 0;

It wasn't obvious to me how to fix this.

Try changing 0 to 0.0?  Then add // necessary for complex
or some other comment to prevent me from breaking it again in the
future?

Let me try a complex build and see what else might be failing.
---
Roy
------------------------------------------------------------------------------
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to