Ignore:
Timestamp:
Oct 3, 2006, 2:31:27 PM (18 years ago)
Author:
ole
Message:

Expanded 'import *' into explicit naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r3678 r3681  
    8686from anuga.utilities.numerical_tools import gradient, mean
    8787from anuga.config import minimum_storable_height
     88from anuga.config import minimum_allowed_height, maximum_allowed_speed
     89from anuga.config import g, beta_h, beta_w, beta_w_dry,\
     90     beta_uh, beta_uh_dry, beta_vh, beta_vh_dry
    8891
    8992
     
    127130
    128131
    129         from anuga.config import *
    130132        self.minimum_allowed_height = minimum_allowed_height
    131133        self.maximum_allowed_speed = maximum_allowed_speed
Note: See TracChangeset for help on using the changeset viewer.