Changeset 7920
- Timestamp:
- Aug 5, 2010, 7:10:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/sudi/sw_1d/avalanche/B_momentum/generic_boundary_conditions.py
r7919 r7920 44 44 45 45 from Numeric import Float 46 from numpy import zeros 46 from numpy import zeros 47 47 self.evolved_quantities = zeros(5, Float) 48 48 … … 105 105 106 106 from Numeric import Float 107 from numpy import zeros107 from numpy import array 108 108 self.conserved_quantities=array(conserved_quantities).astype(Float) 109 109 … … 135 135 136 136 from Numeric import Float 137 from numpy import array 137 from numpy import array 138 138 try: 139 139 q = array(q).astype(Float) … … 227 227 import time 228 228 from Numeric import Float 229 from numpy import zeros, array229 from numpy import array, zeros 230 230 from config import time_format 231 231 from util import file_function
Note: See TracChangeset
for help on using the changeset viewer.