On 01/17/2011 12:53 PM, [email protected] wrote:
------------------------------------------------------------ revno: 5522 committer: Anders Logg<[email protected]> branch nick: dolfin timestamp: Mon 2011-01-17 12:49:43 +0100 message: Add sketch of ParallelData class. Code currently commented out because of a long and complex templating error message. Indicates that boost::tuple is missing operator< which seems strange. Take a look and see if you can spot the problem. I've been staring at it for 2 hours... added: dolfin/mesh/ParallelData.cpp dolfin/mesh/ParallelData.h modified: dolfin/mesh/Mesh.cpp dolfin/mesh/MeshData.h dolfin/mesh/MeshFunction.h
I decommented stuff, added an include for boost/tuple/tuple_comparison.hpp, and added some returns in a slightly arbitrary fashion to get things to compile. Does that do the trick?
-- Marie
_______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

