Skip to content

Commit bbb6a09

Browse files
committed
changed default t to 0.0
1 parent 868e126 commit bbb6a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compas_fd/datastructures/cablemesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self):
3131
'px': 0.0,
3232
'py': 0.0,
3333
'pz': 0.0,
34-
't': 0.05,
34+
't': 0.0,
3535
'is_anchor': False,
3636
'is_fixed': False,
3737
'constraint': None,

0 commit comments

Comments
 (0)