On 18/11/10 17:55, nore...@launchpad.net wrote:
------------------------------------------------------------ revno: 5300 committer: Anders Logg<l...@simula.no> branch nick: dolfin timestamp: Thu 2010-11-18 18:52:35 +0100 message: Only compute coloring if it hasn't been computed before (or coloring type has changed).
There seems to be a problem with this. The below program seg faults. Garth #include <dolfin.h> using namespace dolfin; int main() { UnitSquare mesh(12, 12); mesh.init(); mesh.color("vertex"); mesh.color("vertex"); return 0; }
modified: dolfin/mesh/Mesh.cpp dolfin/mesh/Mesh.h -- lp:dolfin https://code.launchpad.net/~dolfin-core/dolfin/main Your team DOLFIN Core Team is subscribed to branch lp:dolfin. To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription
_______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp