← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] Some fixes in IntersectionDetector

 

On Fri, August 29, 2008 12:37, DOLFIN wrote:
> One or more new changesets pushed to the primary dolfin repository.
> A short summary of the last three changesets is included below.
>
> changeset:   4691:f4b4c1be2154b5c173145ae01d78ccfe81098913
> tag:         tip
> user:        Anders Logg <logg@xxxxxxxxx>
> date:        Fri Aug 29 12:37:34 2008 +0200
> files:       dolfin/mesh/GTSInterface.cpp dolfin/mesh/GTSInterface.h
> dolfin/mesh/IntersectionDetector.cpp dolfin/mesh/IntersectionDetector.h
> description:
> Some fixes in IntersectionDetector

Building DOLFIN on systems that doesn't have GTS fails (see buildbot). I
think there is a missing const in dolfin/mesh/IntersectionDetector.cpp:

-void IntersectionDetector::overlap(const Point& p0, Point& p1,
Array<uint>& overlap) {}
+void IntersectionDetector::overlap(const Point& p0, const Point& p1,
Array<uint>& overlap) {}

Johannes

>
> changeset:   4690:b0d6461b00a5c7e6a6482a6fce0db8576f72ebc6
> user:        Anders Logg <logg@xxxxxxxxx>
> date:        Fri Aug 29 12:31:21 2008 +0200
> files:       dolfin/mesh/Cell.h dolfin/mesh/CellType.cpp
> dolfin/mesh/CellType.h dolfin/mesh/GTSInterface.cpp
> dolfin/mesh/GTSInterface.h dolfin/mesh/IntervalCell.cpp
> dolfin/mesh/IntervalCell.h dolfin/mesh/PointCell.cpp
> dolfin/mesh/PointCell.h dolfin/mesh/TetrahedronCell.cpp
> dolfin/mesh/TetrahedronCell.h dolfin/mesh/TriangleCell.cpp
> dolfin/mesh/TriangleCell.h
> description:
> Cleanup in GTSInterface. Looks good now.
>
>
> changeset:   4689:174e82dbc53fd1b608418e05d1805d5d36184759
> user:        Anders Logg <logg@xxxxxxxxx>
> date:        Fri Aug 29 10:18:32 2008 +0200
> files:       dolfin/mesh/GTSInterface.h
> description:
> Bug fix in GTSInterface
>
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/dolfin
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
>




Follow ups

References