← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] Some fixes in IntersectionDetector

 

Again, this was not detected as the buildbot was not successfull on the build before this one. Two demos are troublesome, maybe they should be deactivated?

ilmar

Anders Logg wrote:
On Mon, Sep 01, 2008 at 01:37:14PM +0200, Johannes Ring wrote:
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

Fixed. Sorry about that.

------------------------------------------------------------------------

_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev


Follow ups

References