--- trunk/modellib/py_src/input.py 2005/11/30 01:59:55 269 +++ trunk/modellib/py_src/input.py 2005/11/30 02:00:26 270 @@ -19,8 +19,8 @@ """ Model.__init__(self,debug=debug) - self.declareParameter(t=t, \ - t_end=t_end, \ + self.declareParameter(t=t, + t_end=t_end, dt_max=dt_max) def doInitialization(self):