--- trunk/escript/test/python/s2.py 2006/02/28 05:34:37 569 +++ trunk/escript/test/python/s2.py 2006/02/28 06:51:25 570 @@ -10,10 +10,12 @@ mydomain=bruce.Rectangle(5,5) u1=Scalar(1.0,Function(mydomain)) -u1.setTaggedValue(1,2.0) +u1.setTaggedValue(1,1.0) +u1.setTaggedValue(2,2.0) u2=Scalar(1.0,Function(mydomain)) -u2.setTaggedValue(1,3.0) +u2.setTaggedValue(2,4.0) +u2.setTaggedValue(3,3.0) print "u1:"