--- trunk/esys2/modellib/test/python/flow_test.py 2005/08/12 01:45:47 147 +++ trunk/esys2/modellib/test/python/flow_test.py 2005/08/23 01:24:31 148 @@ -43,6 +43,6 @@ ptest.t=Link(sqe) ptest.value=Link(flow,"pressure") -s=Simulation([dom,sqe,constraints,Simulation([source,flow],debug=True),ptest],debug=True) +s=Simulation([dom,sqe,Simulation([flow],debug=True),ptest],debug=True) s.writeXML() s.run()