← Back to team overview

dolfin team mailing list archive

Re: [Branch ~dolfin-core/dolfin/main] Rev 5522: Add sketch of ParallelData class. Code currently commented out because of

 

On Mon, Jan 17, 2011 at 01:50:09PM +0100, Marie E. Rognes wrote:
> On 01/17/2011 12:53 PM, noreply@xxxxxxxxxxxxx wrote:
>
>     ------------------------------------------------------------
>     revno: 5522
>     committer: Anders Logg <logg@xxxxxxxxx>
>     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?

Thanks! So tuple_comparison.hpp was the missing piece. Didn't know one
had to include that. How did you know?

--
Anders



Follow ups

References