dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #23540
Re: [Question #157319]: dolfin CGAL
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.
Follow ups