Ignore:
Timestamp:
Jun 6, 2007, 5:46:34 PM (17 years ago)
Author:
ole
Message:

Fixed ticket:165 thanks to Duncan's excellent reduction of the problem which
had to do with ghost nodes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py

    r4478 r4536  
    11041104                total = 0.0
    11051105                for index in self.domain.vertex_value_indices:
     1106                    if current_node == N:
     1107                        msg = 'Current node exceeding number of nodes (%d) ' %(N)
     1108                        raise msg
     1109                   
     1110
     1111                   
    11061112                    k += 1
    11071113                   
Note: See TracChangeset for help on using the changeset viewer.