--- trunk/modellib/test/python/run_temp.py 2006/05/15 02:01:18 728 +++ trunk/modellib/test/python/run_temp.py 2006/05/15 03:16:53 729 @@ -23,7 +23,7 @@ sqe=Sequencer() sqe.t=0 -sqe.t_end=0.1 +sqe.t_end=0.05 constraints=ScalarConstrainer() constraints.domain=Link(dom) @@ -48,7 +48,7 @@ tt.thermal_source=Link(source,"out") tt.location_fixed_temperature=Link(constraints,"location_of_constraint") tt.fixed_temperature=Link(boundaryvalue,"out") -tt.safety_factor=0.01 +tt.safety_factor=0.1 probe=Probe() probe.expression="x[0]*x[1]*exp(-t)"