--- trunk/modellib/test/python/run_flow.py 2006/05/12 06:31:06 727 +++ trunk/modellib/test/python/run_flow.py 2006/05/15 02:01:18 728 @@ -50,6 +50,6 @@ ptest.t=Link(sqe) ptest.value=Link(flow,"pressure") -s=Simulation([dom,sqe,Simulation([flow],debug=True),ptest],debug=True) +s=Simulation([sqe,Simulation([flow],debug=True),ptest],debug=True) s.writeXML() s.run()