Skip to content

Commit 35e838a

Browse files
committed
Fix linting
1 parent b11cd26 commit 35e838a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lasso/dyna/d3plot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6839,11 +6839,11 @@ def _write_geom_user_ids(self, fp: typing.IO[Any], settings: D3plotWriterSetting
68396839
# some lsdyna material pointer - Used by LS-Prepost in labelling materials
68406840

68416841
# Unsorted material ID pointer
6842-
nsrmu = nsrt + settings.header["nelth"]
6842+
nsrmu = nsrt + settings.header["nelth"]
68436843
# Sorted material ID pointer
6844-
nsrma = nsrmu + settings.header["nmmat"]
6844+
nsrma = nsrmu + settings.header["nmmat"]
68456845
# Mapping array between sorted and unsorted
6846-
nsrmp = nsrma + settings.header["nmmat"]
6846+
nsrmp = nsrma + settings.header["nmmat"]
68476847

68486848
n_bytes_written += fp.write(settings.pack(nsrma))
68496849
n_bytes_written += fp.write(settings.pack(nsrmu))

0 commit comments

Comments
 (0)