--- trunk/modellib/test/python/run_flow.py 2007/01/25 03:31:14 937 +++ trunk/modellib/test/python/run_flow.py 2007/01/25 03:40:54 938 @@ -50,6 +50,6 @@ ptest.t=Link(sqe) ptest.value=Link(flow,"pressure") -s=Simulation([sqe,Simulation([flow],debug=True),ptest],debug=True) +s=Simulation([sqe,constraints,Simulation([flow],debug=True),ptest],debug=True) s.writeXML() s.run()