fixed default grid type

This commit is contained in:
Stephen Mardson McQuay 2011-03-29 13:17:49 -06:00
parent 5a44bf3fdd
commit 69cb376c3c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if __name__ == '__main__':
meshtype_options = ('gmsh', 'delaunay')
parser.add_option('-t', '--type',
type="str", dest="meshtype", default='dgrid',
type="str", dest="meshtype", default='delaunay',
help="specify mesh type (default: %default, options gmsh, delaunay)")
parser.add_option("-d", "--dimension",