FEM: code formating, use a variable which is not used to get flak8 quiet

This commit is contained in:
Bernd Hahnebach
2018-01-30 23:37:26 +01:00
committed by wmayer
parent 7fbd5b286a
commit dc4c4d27db

View File

@@ -472,6 +472,10 @@ def get_beam_normal(beam_direction, defined_angle):
Dot_product_check = vector_a[0] * normal_n[0] + vector_a[1] * normal_n[1] + vector_a[2] * normal_n[2]
# print(Dot_product_check)
# print(normal_n)
# dummy usage of the axis Dot_product_check to get flake8 quiet
del Dot_product_check_x, Dot_product_check_y, Dot_product_check_z, Dot_product_check, Dot_product_check_nt
return normal_n