← Back to team overview

dolfin team mailing list archive

bug in m-file output ???

 

Hello

I'm getting incorrect output from the m-file output. Matlab expects

points = [
....
.... ]';

cells = [
....
.... ]';

The closing ]'; are missing in both points and cells. The formating is
correct for u though, so it seems the problem is in the op << Mesh
function.

Could this be a bug due to the new mesh class?

Regards,
Dag Lindbo



Follow ups