You are probably aware of this, but suddenly I wasn't sure, as you are 
talking about demos. The buildbots have been able to build DOLFIN at all 
since the release due to IntersectionDetector:
dolfin/mesh/IntersectionDetector.cpp:97: error: prototype for 'void 
dolfin::IntersectionDetector::intersection(dolfin::Cell&, 
dolfin::Array<unsigned int>&)' does not match any in class 
'dolfin::IntersectionDetector'
dolfin/mesh/IntersectionDetector.h:47: error: candidates are: void 
dolfin::IntersectionDetector::intersection(const dolfin::Mesh&, 
dolfin::Array<unsigned int>&)
dolfin/mesh/IntersectionDetector.h:44: error:                 void 
dolfin::IntersectionDetector::intersection(dolfin::Array<dolfin::Point>&, 
dolfin::Array<unsigned int>&)
dolfin/mesh/IntersectionDetector.h:41: error:                 void 
dolfin::IntersectionDetector::intersection(const dolfin::Cell&, 
dolfin::Array<unsigned int>&)
dolfin/mesh/IntersectionDetector.cpp:95: error:                 void 
dolfin::IntersectionDetector::intersection(const dolfin::Point&, const 
dolfin::Point&, dolfin::Array<unsigned int>&)
dolfin/mesh/IntersectionDetector.cpp:93: error:                 void 
dolfin::IntersectionDetector::intersection(const dolfin::Point&, 
dolfin::Array<unsigned int>&)
scons: *** [dolfin/mesh/IntersectionDetector.os] Error 1
scons: building terminated because of errors.

ilmar

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:   5040:14dbf71b2272b246d861b28d38a8cf79cbabadbd
> tag:         tip
> user:        Anders Logg <[EMAIL PROTECTED]>
> date:        Tue Oct 28 14:28:50 2008 +0100
> files:       dolfin/fem/Assembler.cpp
> description:
> Fix assembly over interior facets, DG demo seems to work now
> 
> 
> changeset:   5039:24ad6216d89b385695e10ac952e7d5dc75e8cac6
> user:        Anders Logg <[EMAIL PROTECTED]>
> date:        Tue Oct 28 14:18:51 2008 +0100
> files:       dolfin/function/Function.cpp dolfin/function/Function.h 
> dolfin/function/SpecialFunctions.cpp
> description:
> Add Function::on_facet() to deal with Functions defined only on Facets
> 
> 
> changeset:   5038:21049878f469cd6c7e26272164ca6a9d91ec36c3
> user:        "Kristian Oelgaard <[EMAIL PROTECTED]>"
> date:        Tue Oct 28 11:43:26 2008 +0100
> files:       demo/pde/dg/poisson/cpp/P1Projection.h 
> demo/pde/dg/poisson/cpp/Poisson.h demo/pde/dg/poisson/cpp/main.cpp 
> dolfin/fem/Form.cpp dolfin/function/SpecialFunctions.cpp 
> dolfin/function/SpecialFunctions.h
> description:
> A first try at making the DG demo work. Problems in Function.cpp.
> 
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/dolfin
> _______________________________________________
> DOLFIN-dev mailing list
> [email protected]
> http://www.fenics.org/mailman/listinfo/dolfin-dev
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to