Skip to content

Commit dfa125e

Browse files
committed
format file
1 parent b68bf5a commit dfa125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lasso/dyna/d3plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def build_header(self):
676676
else:
677677
# See https://github.com/open-lasso-python/lasso-python/issues/39
678678
if (
679-
ArrayType.element_shell_thickness in self.d3plot.arrays
679+
ArrayType.element_shell_thickness in self.d3plot.arrays
680680
or ArrayType.element_shell_internal_energy in self.d3plot.arrays
681681
):
682682
new_header["ioshl3"] = 999

0 commit comments

Comments
 (0)