Changeset 7920


Ignore:
Timestamp:
Aug 5, 2010, 7:10:43 PM (13 years ago)
Author:
mungkasi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/sudi/sw_1d/avalanche/B_momentum/generic_boundary_conditions.py

    r7919 r7920  
    4444
    4545        from Numeric import Float
    46         from numpy import zeros     
     46        from numpy import zeros       
    4747        self.evolved_quantities = zeros(5, Float)
    4848
     
    105105
    106106        from Numeric import Float
    107         from numpy import zeros
     107        from numpy import array     
    108108        self.conserved_quantities=array(conserved_quantities).astype(Float)
    109109
     
    135135
    136136        from Numeric import Float
    137         from numpy import array
     137        from numpy import array     
    138138        try:
    139139            q = array(q).astype(Float)
     
    227227        import time
    228228        from Numeric import Float
    229         from numpy import zeros, array        
     229        from numpy import array, zeros       
    230230        from config import time_format
    231231        from util import file_function
Note: See TracChangeset for help on using the changeset viewer.