Changeset 8198 for trunk


Ignore:
Timestamp:
Aug 15, 2011, 5:39:22 PM (14 years ago)
Author:
steve
Message:

Commiting a few files that have been touched recently

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/structures/test_inlet_operator.py

    r8129 r8198  
    154154
    155155        finaltime = 3.0
    156         line1 = [[95.0, 10.0], [105.0, 10.0]]
    157156
    158        
     157        #Make sure we are inthe right directory to find the
     158        #time series data for the inlets
    159159        import os
    160160        baseDir = os.getcwd()
     
    165165            pass
    166166
     167        line1 = [[95.0, 10.0], [105.0, 10.0]]
    167168        Q1 = file_function(filename='inlet_operator_test1.tms', quantities=['hydrograph'])
    168169       
  • trunk/anuga_work/development/2010-projects/anuga_1d/sww-sudi/domain_sudi.py

    r8189 r8198  
    528528        h_C[i] = w_C[i] - z_C[i]                                               
    529529        if h_C[i] <= 0.01:  #epsilon :
    530             #h_C[i] = 0.0
    531             #w_C[i] = z_C[i]
    532             uh_C[i] = 0.0
    533             u_C[i] = 0.0
     530            uh_C[i] = 0.0
     531            u_C[i] = 0.0
    534532           
    535533        if h_C[i] < epsilon: #h_min:
Note: See TracChangeset for help on using the changeset viewer.