← Back to team overview

dolfin team mailing list archive

Re: [Branch ~dolfin-core/dolfin/main] Rev 5300: Only compute coloring if it hasn't been computed before (or coloring type has changed).

 



On 18/11/10 17:55, noreply@xxxxxxxxxxxxx wrote:
------------------------------------------------------------
revno: 5300
committer: Anders Logg<logg@xxxxxxxxx>
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