--- trunk/escript/py_src/util.py 2006/01/03 08:27:19 413 +++ trunk/escript/py_src/util.py 2006/01/04 05:29:05 414 @@ -3569,7 +3569,7 @@ raise ValueError,"dimensions of last %s components in left argument don't match the first %s components in the right argument."%(offset,offset) # whatr function space should be used? (this here is not good!) - fs=(escript.Scalar(0.,arg0.getFunctionSpace())+escript.Scalar(0.,arg1.getFunctionSpace())).getFunctionspace() + fs=(escript.Scalar(0.,arg0.getFunctionSpace())+escript.Scalar(0.,arg1.getFunctionSpace())).getFunctionSpace() # create return value: out=escript.Data(0.,tuple(shape0+shape1),fs) #