Is there a reason why the MeshFunction.get(..) functions return by value 
rather then reference, e.g. it is currently

     inline T get(const MeshEntity& entity) const

rather than

     inline T& get(const MeshEntity& entity) const

Garth
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to