Changeset 4679


Ignore:
Timestamp:
Aug 23, 2007, 12:08:42 PM (17 years ago)
Author:
ole
Message:

Typos and more meaningful error message

Location:
anuga_core/source/anuga/abstract_2d_finite_volumes
Files:
2 edited

Legend:

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

    r4677 r4679  
    505505                msg += 'bound to a boundary object.\n'
    506506                msg += 'All boundary tags defined in domain must appear '
    507                 msg += 'in the supplied dictionary.\n'
     507                msg += 'in set_boundary.\n'
    508508                msg += 'The tags are: %s' %self.get_boundary_tags()
    509509                raise msg
  • anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py

    r4677 r4679  
    919919       
    920920        location: Where values are to be stored.
    921                   Permissible options are: vertices, edges, centroid
     921                  Permissible options are: vertices, edges, centroids
    922922                  and unique vertices. Default is 'vertices'
    923923
Note: See TracChangeset for help on using the changeset viewer.