Commit 062f6b0dcac0981ec5d72fe24e041676061fb6c3

  • avatar
  • MichaƂ Januszewski <spock @gen…oo.org>
  • Sat Feb 13 19:26:37 CET 2010
Fix setting of the used LBM model.
  
714714
715715 # If the model has not been explicitly specified by the user, try to automatically
716716 # select a working model.
717 if 'model' not in self.options.specified and defaults is not None and 'model' not in defaults.keys():
717 if 'model' not in self.options.specified and (defaults is None or 'model' not in defaults.keys()):
718718 self._set_model(self.options.model, 'mrt', 'bgk')
719719 else:
720720 self._set_model(self.options.model)