← Back to team overview

dolfin team mailing list archive

Wrapping of double**

 

Is double** wrapped correctly to Python? I'm trying to call
DofMap::tabulate_coordinates:

  void tabulate_coordinates(double** coordinates, const Cell& cell) const;

As the first argument, I'm sending

  cell_coordinates = numpy.zeros((n, d))

The error I get is

  *** glibc detected *** python: free(): invalid next size (fast):
 0x0000000002a07a60 ***

--
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups