Ignore:
Timestamp:
Sep 5, 2008, 1:59:15 PM (16 years ago)
Author:
sudi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anuga_1d/shallow_water_domain_new.py

    r5731 r5737  
    154154        #Call correct module function
    155155        #(either from this module or C-extension)
    156         compute_fluxes_C_short(self) #compute_fluxes_C_wellbalanced(self) #compute_fluxes_C_short(self)  #compute_fluxes_C_long(self)
     156        compute_fluxes_C_short(self)    #compute_fluxes_C_wellbalanced(self)     #compute_fluxes(self)  #compute_fluxes_C_long(self)
    157157
    158158    def compute_timestep(self):
     
    545545                                  max_speed_array)
    546546
    547 ####################################
     547# ###################################
    548548
    549549
     
    763763
    764764
    765 ###############################################
     765# ##############################################
    766766#Boundaries - specific to the shallow water wave equation
    767767class Reflective_boundary(Boundary):
     
    837837
    838838
    839 #########################
     839# ########################
    840840#Standard forcing terms:
    841841def gravity(domain):
Note: See TracChangeset for help on using the changeset viewer.