← Back to team overview

dolfin team mailing list archive

Re: dolfin/python error

 

Hallelujah!!!!

- Shawn

On Wed, 12 Aug 2009, Anders Logg wrote:

On Wed, Aug 12, 2009 at 10:33:52PM +0200, Anders Logg wrote:
Yes! It crashes, excellent! I'll try to figure out why.

Found it!

It works if I change to "int64" in the line

 cells = numpy.array([4,0,1,2,3], dtype='int64')

Viper also works if I change line 590 in viper.py to

 inttype = 'int64'

--
Anders



Follow ups

References