fixed default behavior of symmetry. used to advertise having cubic symmetry but was using [].

This commit is contained in:
Philip Eisenlohr 2015-07-10 16:58:30 +00:00
parent dce0501358
commit d676fdc1ce
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ parser.add_option('--homogenization', dest='homogenization', type='int', metav
parser.add_option('--crystallite', dest='crystallite', type='int', metavar='int',
help='crystallite index to be used [%default]')
parser.set_defaults(symmetry = [],
parser.set_defaults(symmetry = [damask.Symmetry.lattices[-1]],
tolerance = 0.0,
degrees = False,
homogenization = 1,