Changeset 5644


Ignore:
Timestamp:
Aug 13, 2008, 8:16:59 AM (16 years ago)
Author:
kristy
Message:

Within Field_boundary addition of boundary_polygon as a parameter to compile with File_boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r5570 r5644  
    10901090                 time_thinning=1,
    10911091                 use_cache=False,
    1092                  verbose=False):
     1092                 verbose=False,
     1093                 boundary_polygon=None):
    10931094        """Constructor
    10941095
     
    11151116                                           time_thinning=time_thinning,
    11161117                                           use_cache=use_cache,
    1117                                            verbose=verbose)
     1118                                           verbose=verbose,
     1119                                           boundary_polygon=boundary_polygon)
    11181120       
    11191121        # Record information from File_boundary
Note: See TracChangeset for help on using the changeset viewer.