Skip to content

Commit 63b30c0

Browse files
JWock82JWock82
authored andcommitted
2 parents 9c5be94 + 874f778 commit 63b30c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyNite/Analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ def _partition_D(model):
918918

919919
D1_indices = [] # A list of the indices for the unknown nodal displacements
920920
D2_indices = [] # A list of the indices for the known nodal displacements
921-
D2 = [] # A list of the values of the known nodal displacements (D != None)
921+
D2 = [] # A list of the values of the known nodal displacements
922922

923923
# Create the auxiliary table
924924
for node in model.nodes.values():

0 commit comments

Comments
 (0)