Question #157319 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/157319

Torbjørn Bækø Ness posted a new comment:
Nevermind. I fixed it by exchanging

  MeshFunction<double>* c00;
  MeshFunction<double>* c11;
  MeshFunction<double>* c22;

with
  boost::shared_ptr<MeshFunction<double> > c00;
  boost::shared_ptr<MeshFunction<double> > c11;
  boost::shared_ptr<MeshFunction<double> > c22;

Not that I know why it matters :-)

Thank you for your time!

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.

_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to     : dolfin@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp

Reply via email to