constituents/components are not handled by "view" (active)

This commit is contained in:
Martin Diehl 2020-02-21 07:46:55 +01:00
parent c3740b4ba0
commit 8ae3346bd4
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ class DADF5():
self.visible= {'increments': self.increments,
'constituents': self.constituents,
'materialpoints': self.materialpoints,
'constituent': range(self.Nconstituents), # ToDo: stupid naming
'con_physics': self.con_physics,
'mat_physics': self.mat_physics}