Changeset 3030


Ignore:
Timestamp:
May 31, 2006, 2:15:48 PM (18 years ago)
Author:
duncan
Message:

improve warning message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/fit_interpolate/fit.py

    r3014 r3030  
    326326            msg += 'All vertices should be part of a triangle.\n'
    327327            msg += 'In the future this will be inforced.\n'
    328             msg += 'The following vertices are not;\n'
     328            msg += 'The following vertices are not part of a triangle;\n'
    329329            msg += str(loners)
    330330            print msg
Note: See TracChangeset for help on using the changeset viewer.