Changeset 9095


Ignore:
Timestamp:
Apr 26, 2014, 2:02:37 PM (11 years ago)
Author:
steve
Message:

Added Set_quantity and Set_elevation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/__init__.py

    r9094 r9095  
    7373
    7474#----------------------------
    75 # Parallel api (needs operators)
     75# Parallel api
    7676#----------------------------
    7777from anuga_parallel.parallel_api import distribute
     
    120120#-----------------------------
    121121# Forcing
     122# These are old, should use operators
    122123#-----------------------------
    123124from anuga.shallow_water.forcing import Inflow, Rainfall, Wind_stress
     
    163164from anuga.operators.set_quantity_operator import Set_quantity_operator
    164165from anuga.operators.set_stage_operator import Set_stage_operator
     166
     167from anuga.operators.set_elevation import Set_elevation
     168from anuga.operators.set_quantity import Set_quantity
    165169
    166170from anuga.operators.erosion_operators import Bed_shear_erosion_operator
Note: See TracChangeset for help on using the changeset viewer.