Changeset 9632


Ignore:
Timestamp:
Feb 6, 2015, 1:31:48 PM (9 years ago)
Author:
davies
Message:

Changing default width/height [these are hardly needed but height must be >0]

Location:
trunk/anuga_core/anuga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/anuga/parallel/parallel_internal_boundary_operator.py

    r9628 r9632  
    1616                 domain,
    1717                 internal_boundary_function,
    18                  width=0.,
    19                  height=0.,
     18                 width=1.,
     19                 height=1.,
    2020                 end_points=None,
    2121                 exchange_lines=None,
  • trunk/anuga_core/anuga/parallel/parallel_operator_factory.py

    r9628 r9632  
    616616def Internal_boundary_operator(domain,
    617617                               internal_boundary_function,
    618                                width=0.,
    619                                height=0.,
     618                               width=1.,
     619                               height=1.,
    620620                               end_points=None,
    621621                               exchange_lines=None,
  • trunk/anuga_core/anuga/structures/internal_boundary_operator.py

    r9629 r9632  
    3030                 domain,
    3131                 internal_boundary_function,
    32                  width=0.,
    33                  height=0.,
     32                 width=1.,
     33                 height=1.,
    3434                 end_points=None,
    3535                 exchange_lines=None,
Note: See TracChangeset for help on using the changeset viewer.