Fix typo in GmshTools

This commit is contained in:
ettaka
2018-03-22 10:09:48 +02:00
committed by wmayer
parent 34633c144d
commit 7c5a9688a3

View File

@@ -93,7 +93,7 @@ class GmshTools():
# Algorithm3D
# known_mesh_algorithm_3D = ['Automatic', 'Delaunay', 'New Delaunay', 'Frontal', 'Frontal Delaunay', 'Frontal Hex', 'MMG3D', 'R-tree']
algo3D = self.mesh_obj.Algorithm2D
algo3D = self.mesh_obj.Algorithm3D
if algo3D == 'Automatic':
self.algorithm3D = '1'
elif algo3D == 'Delaunay':