--- trunk/modellib/test/python/run_temp.py 2006/05/12 06:31:06 727 +++ trunk/modellib/test/python/run_temp.py 2006/05/15 02:01:18 728 @@ -44,7 +44,7 @@ tt=TemperatureAdvection() tt.domain=Link(dom) tt.temperature=Link(boundaryvalue,"out") -tt.velocity=numarray.array([1,-1,0]) +tt.velocity=numarray.array([1,-1]) tt.thermal_source=Link(source,"out") tt.location_fixed_temperature=Link(constraints,"location_of_constraint") tt.fixed_temperature=Link(boundaryvalue,"out") @@ -56,6 +56,6 @@ probe.value=Link(tt,"temperature") -s=Simulation([sqe,dom,tt,probe],debug=True) +s=Simulation([sqe,tt,probe],debug=True) s.writeXML() s.run()